Home
last modified time | relevance | path

Searched refs:isInt (Results 51 - 75 of 173) sorted by relevance

1234567

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMips16FrameLowering.cpp159 return isInt<15>(MFI.getMaxCallFrameSize()) && !MFI.hasVarSizedObjects(); in hasReservedCallFrame()
H A DMipsAnalyzeImmediate.cpp100 if (!isInt<16>(ShiftedImm)) in ReplaceADDiuSLLWithLUi()
H A DMips16ISelDAGToDAG.cpp125 if (isInt<16>(CN->getSExtValue())) { in selectAddr()
H A DMips16ISelLowering.cpp732 (ImmSigned && isInt<16>(imm))) in emitFEXT_T8I8I16_ins()
746 else if (isInt<16>(Imm)) in Mips16WhichOp8uOr16simm()
/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_config.cpp216 if (soc.size() != MAX_SOC_RANGE || !soc[BEGIN_SOC_INDEX].isInt() || !soc[END_SOC_INDEX].isInt()) { in ParseLightConfig()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h196 assert(isInt<28>(Addend) && "Branch target is out of range."); in encodeAddend()
210 assert(isInt<33>(Addend) && "Invalid page reloc value."); in encodeAddend()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp116 if (isInt<16>(CN->getSExtValue())) { in SelectAddr()
145 if (isInt<16>(CN->getSExtValue())) { in SelectFIAddr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp90 if (isInt<13>(CN->getSExtValue())) { in SelectADDRri()
129 if (isInt<13>(CN->getSExtValue())) in SelectADDRrr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCCodeEmitter.cpp198 assert(isUInt<4>(Base) && isInt<20>(Disp)); in getBDAddr20Encoding()
220 assert(isUInt<4>(Base) && isInt<20>(Disp) && isUInt<4>(Index)); in getBDXAddr20Encoding()
H A DSystemZInstPrinter.cpp79 assert(isInt<N>(Value) && "Invalid simm argument"); in printSImmOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp175 if (!IsRV64 && !isInt<32>(Val)) in movImm()
392 if (!isInt<32>(BrOffset)) in insertIndirectBranch()
531 Ok = isInt<12>(Imm); in verifyInstruction()
/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.cpp638 if (!root[key].isInt()) { in parseAlias()
676 } else if (!root[key].isInt()) { in parseAdjust()
818 if (!root[key].isInt()) { in parseVariation()
823 if (!root[key].isInt()) { in parseVariation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp549 if (!isInt<25>(Value)) { in adjustFixupValue()
573 if (!isInt<21>(Value)) { in adjustFixupValue()
590 if (!isInt<25>(Value - 4) || in adjustFixupValue()
594 !isInt<23>(Value - 4))) { in adjustFixupValue()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSamplerBorderSwizzleTests.cpp1068 bool isInt = false; in isIntegerBorder() local
1075 isInt = false; break; in isIntegerBorder()
1080 isInt = true; break; in isIntegerBorder()
1085 return isInt; in isIntegerBorder()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h90 bool isInt() const { return EntryKind == E_Integer; } in isInt() function in llvm::DbgValueLoc
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp116 if (Ctx && !isInt<16>(BrImm)) in adjustFixupValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp76 return isInt<10>(Words); in isInRage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp428 if (!isInt<16>(Addr.Offset)) in PPCSimplifyAddress()
848 if ((IsZExt && isUInt<16>(Imm)) || (!IsZExt && isInt<16>(Imm))) in PPCEmitCmp()
1309 if (isInt<16>(Imm)) { in SelectBinaryIntOp()
2119 if (isInt<16>(Imm)) in PPCMaterialize32BitInt()
2150 if (!isInt<32>(Imm)) { in PPCMaterialize64BitInt()
2154 if (isInt<32>(ImmSh)) in PPCMaterialize64BitInt()
2222 if (isInt<16>(Imm)) { in PPCMaterializeInt()
H A DPPCBranchSelector.cpp323 if (isInt<16>(BranchSize)) { in runOnMachineFunction()
H A DPPCRegisterInfo.cpp531 if (MaxAlign < TargetAlign && isInt<16>(FrameSize)) { in lowerDynamicAlloc()
1109 isInt<16>(Offset); in eliminateFrameIndex()
1129 if (isInt<16>(Offset)) in eliminateFrameIndex()
1310 (isInt<16>(Offset) && (Offset % offsetMinAlign(*MI)) == 0);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp299 assert(isInt<8>(RealOffset)); in resolveX86_64Relocation()
307 assert(isInt<32>(RealOffset)); in resolveX86_64Relocation()
419 assert(isInt<28>(BranchImm)); in resolveAArch64Relocation()
441 assert(isInt<33>(Result) && "overflow check failed for relocation"); in resolveAArch64Relocation()
1044 if (!isInt<28>(Address + Value.Addend - SourceAddress)) in resolveAArch64ShortBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DStatepoint.h128 assert(isInt<32>(NumPatchBytes) && "should fit in 32 bits!"); in getNumPatchBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.cpp231 assert(isInt<SizeInBits>(OffsetOp.getImm()) && "Constant value truncated"); in printMemoryImmediateOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp97 if (isInt<8>(Imm)) in getSUBriOpcode()
101 if (isInt<8>(Imm)) in getSUBriOpcode()
109 if (isInt<8>(Imm)) in getADDriOpcode()
113 if (isInt<8>(Imm)) in getADDriOpcode()
129 if (isInt<8>(Imm)) in getANDriOpcode()
133 if (isInt<8>(Imm)) in getANDriOpcode()
1269 } else if (isInt<32>(Alloc)) {
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerBorderSwizzleTests.cpp1187 bool isInt = false; in isIntegerBorder() local
1194 isInt = false; break; in isIntegerBorder()
1199 isInt = true; break; in isIntegerBorder()
1204 return isInt; in isIntegerBorder()

Completed in 34 milliseconds

1234567