HomeSort by relevance Sort by last modified time
    Searched defs:IntVT (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 190 EVT IntVT = EVT::getIntegerVT(*DAG.getContext(), ValueVT.getSizeInBits());
191 Val = getCopyFromParts(DAG, DL, Parts, NumParts, PartVT, IntVT, V);
    [all...]
FunctionLoweringInfo.cpp 412 EVT IntVT = ValueVTs[0];
414 if (TLI->getNumRegisters(PN->getContext(), IntVT) != 1)
416 IntVT = TLI->getTypeToTransformTo(PN->getContext(), IntVT);
417 unsigned BitWidth = IntVT.getSizeInBits();
FastISel.cpp 231 EVT IntVT = TLI.getPointerTy(DL);
234 uint32_t IntBitWidth = IntVT.getSizeInBits();
244 Reg = fastEmit_r(IntVT.getSimpleVT(), VT, ISD::SINT_TO_FP, IntegerReg,
    [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 3187 milliseconds