Searched refs:IntReg (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1365 for (unsigned IntReg = LargestIntReg - 1; in computeRegisterProperties() local 1366 IntReg >= (unsigned)MVT::i1; --IntReg) { in computeRegisterProperties() 1367 MVT IVT = (MVT::SimpleValueType)IntReg; in computeRegisterProperties() 1369 LegalIntReg = IntReg; in computeRegisterProperties() 1371 RegisterTypeForVT[IntReg] = TransformToType[IntReg] = in computeRegisterProperties()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstructionSelector.cpp | 143 bool selectIntToBool(Register IntReg, Register ResVReg, MachineInstr &I, 1148 bool SPIRVInstructionSelector::selectIntToBool(Register IntReg, in selectIntToBool() argument 1163 .addUse(IntReg) in selectIntToBool() 1178 Register IntReg = I.getOperand(1).getReg(); in selectTrunc() local 1179 const SPIRVType *ArgType = GR.getSPIRVTypeForVReg(IntReg); in selectTrunc() 1180 return selectIntToBool(IntReg, ResVReg, I, ArgType, ResType); in selectTrunc()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 1255 unsigned IntReg = Subtarget->hasSPE() in SelectFPToI() local 1259 if (IntReg == 0) in SelectFPToI() 1262 updateValueMap(I, IntReg); in SelectFPToI()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1701 Register IntReg = fastEmit_r(VT.getSimpleVT(), IntVT.getSimpleVT(), in selectFNeg() local 1703 if (!IntReg) in selectFNeg() 1707 IntVT.getSimpleVT(), ISD::XOR, IntReg, in selectFNeg()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 1595 unsigned IntReg = ARMMoveToIntReg(DstVT, ResultReg); in SelectFPToI() local 1596 if (IntReg == 0) return false; in SelectFPToI() 1598 updateValueMap(I, IntReg); in SelectFPToI()
|