Searched refs:IntReg (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1379 for (unsigned IntReg = LargestIntReg - 1; in computeRegisterProperties() local 1380 IntReg >= (unsigned)MVT::i1; --IntReg) { in computeRegisterProperties() 1381 MVT IVT = (MVT::SimpleValueType)IntReg; in computeRegisterProperties() 1383 LegalIntReg = IntReg; in computeRegisterProperties() 1385 RegisterTypeForVT[IntReg] = TransformToType[IntReg] = in computeRegisterProperties()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1687 Register IntReg = fastEmit_r(VT.getSimpleVT(), IntVT.getSimpleVT(), in selectFNeg() local 1689 if (!IntReg) in selectFNeg() 1693 IntVT.getSimpleVT(), ISD::XOR, IntReg, in selectFNeg()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 1243 Register IntReg = Subtarget->hasSPE() in SelectFPToI() local 1247 if (!IntReg) in SelectFPToI() 1250 updateValueMap(I, IntReg); in SelectFPToI()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstructionSelector.cpp | 236 bool selectIntToBool(Register IntReg, Register ResVReg, MachineInstr &I, 2674 bool SPIRVInstructionSelector::selectIntToBool(Register IntReg, in selectIntToBool() argument 2689 .addUse(IntReg) in selectIntToBool() 2703 Register IntReg = I.getOperand(1).getReg(); in selectTrunc() local 2704 const SPIRVType *ArgType = GR.getSPIRVTypeForVReg(IntReg); in selectTrunc() 2706 return selectIntToBool(IntReg, ResVReg, I, ArgType, ResType); in selectTrunc() 2708 return BuildCOPY(ResVReg, IntReg, I); in selectTrunc()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 1649 Register IntReg = ARMMoveToIntReg(DstVT, ResultReg); in SelectFPToI() local 1650 if (!IntReg) in SelectFPToI() 1653 updateValueMap(I, IntReg); in SelectFPToI()
|