Searched refs:IntReg (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1320 for (unsigned IntReg = LargestIntReg - 1; in computeRegisterProperties() local 1321 IntReg >= (unsigned)MVT::i1; --IntReg) { in computeRegisterProperties() 1322 MVT IVT = (MVT::SimpleValueType)IntReg; in computeRegisterProperties() 1324 LegalIntReg = IntReg; in computeRegisterProperties() 1326 RegisterTypeForVT[IntReg] = TransformToType[IntReg] = in computeRegisterProperties()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstructionSelector.cpp | 140 bool selectIntToBool(Register IntReg, Register ResVReg, MachineInstr &I, 1139 bool SPIRVInstructionSelector::selectIntToBool(Register IntReg, in selectIntToBool() argument 1154 .addUse(IntReg) in selectIntToBool() 1169 Register IntReg = I.getOperand(1).getReg(); in selectTrunc() local 1170 const SPIRVType *ArgType = GR.getSPIRVTypeForVReg(IntReg); in selectTrunc() 1171 return selectIntToBool(IntReg, ResVReg, I, ArgType, ResType); in selectTrunc()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1623 Register IntReg = fastEmit_r(VT.getSimpleVT(), IntVT.getSimpleVT(), in selectFNeg() local 1625 if (!IntReg) in selectFNeg() 1629 IntVT.getSimpleVT(), ISD::XOR, IntReg, in selectFNeg()
|
| /openbsd-src/gnu/llvm/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()
|