Searched refs:IntReg (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 1280 for (unsigned IntReg = LargestIntReg - 1; in computeRegisterProperties() local 1281 IntReg >= (unsigned)MVT::i1; --IntReg) { in computeRegisterProperties() 1282 MVT IVT = (MVT::SimpleValueType)IntReg; in computeRegisterProperties() 1284 LegalIntReg = IntReg; in computeRegisterProperties() 1286 RegisterTypeForVT[IntReg] = TransformToType[IntReg] = in computeRegisterProperties()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 197 bool selectIntToBool(Register IntReg, Register ResVReg, MachineInstr &I, 1717 bool SPIRVInstructionSelector::selectIntToBool(Register IntReg, in selectIntToBool() argument 1732 .addUse(IntReg) in selectIntToBool() 1746 Register IntReg = I.getOperand(1).getReg(); in selectTrunc() local 1747 const SPIRVType *ArgType = GR.getSPIRVTypeForVReg(IntReg); in selectTrunc() 1749 return selectIntToBool(IntReg, ResVReg, I, ArgType, ResType); in selectTrunc() 1754 .addUse(IntReg) in selectTrunc()
|
/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1746 Register IntReg = fastEmit_r(VT.getSimpleVT(), IntVT.getSimpleVT(), in selectFNeg() local 1748 if (!IntReg) in selectFNeg() 1752 IntVT.getSimpleVT(), ISD::XOR, IntReg, in selectFNeg()
|
/freebsd/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()
|