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

  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 279 EVT IntVT = ValueVTs[0];
281 if (TLI->getNumRegisters(PN->getContext(), IntVT) != 1)
283 IntVT = TLI->getTypeToTransformTo(PN->getContext(), IntVT);
284 unsigned BitWidth = IntVT.getSizeInBits();
FastISel.cpp 207 EVT IntVT = TLI.getPointerTy();
210 uint32_t IntBitWidth = IntVT.getSizeInBits();
220 Reg = FastEmit_r(IntVT.getSimpleVT(), VT, ISD::SINT_TO_FP,
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp 177 EVT IntVT = EVT::getIntegerVT(*DAG.getContext(), ValueVT.getSizeInBits());
178 Val = getCopyFromParts(DAG, DL, Parts, NumParts, PartVT, IntVT, V);
    [all...]
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 790 for (unsigned IntVT = MVT::FIRST_INTEGER_VALUETYPE;
791 IntVT <= MVT::LAST_INTEGER_VALUETYPE; ++IntVT) {
792 EVT HalfVT = EVT((MVT::SimpleValueType)IntVT);
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 103 milliseconds