Searched defs:IntReg (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 1139 bool SPIRVInstructionSelector::selectIntToBool(Register IntReg, in selectIntToBool() 1169 Register IntReg = I.getOperand(1).getReg(); in selectTrunc() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 1322 for (unsigned IntReg = LargestIntReg - 1; in computeRegisterProperties() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 1173 for (unsigned IntReg = LargestIntReg - 1; in computeRegisterProperties() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 1320 for (unsigned IntReg = LargestIntReg - 1; in computeRegisterProperties() local
|
/aosp_15_r20/external/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 1162 unsigned IntReg = PPCMoveToIntReg(I, DstVT, DestReg, IsSigned); in SelectFPToI() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 1255 unsigned IntReg = Subtarget->hasSPE() in SelectFPToI() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 1257 unsigned IntReg = PPCSubTarget->hasSPE() ? DestReg : in SelectFPToI() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1623 Register IntReg = fastEmit_r(VT.getSimpleVT(), IntVT.getSimpleVT(), in selectFNeg() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1733 unsigned IntReg = fastEmit_r(VT.getSimpleVT(), IntVT.getSimpleVT(), in selectFNeg() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1500 unsigned IntReg = fastEmit_r(VT.getSimpleVT(), IntVT.getSimpleVT(), in selectFNeg() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 1608 unsigned IntReg = ARMMoveToIntReg(DstVT, ResultReg); in SelectFPToI() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 1595 unsigned IntReg = ARMMoveToIntReg(DstVT, ResultReg); in SelectFPToI() local
|
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 1603 unsigned IntReg = ARMMoveToIntReg(DstVT, ResultReg); in SelectFPToI() local
|