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

  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 273 EVT IntVT = ValueVTs[0];
275 if (TLI.getNumRegisters(PN->getContext(), IntVT) != 1)
277 IntVT = TLI.getTypeToTransformTo(PN->getContext(), IntVT);
278 unsigned BitWidth = IntVT.getSizeInBits();
FastISel.cpp 211 EVT IntVT = TLI.getPointerTy();
214 uint32_t IntBitWidth = IntVT.getSizeInBits();
224 Reg = FastEmit_r(IntVT.getSimpleVT(), VT, ISD::SINT_TO_FP,
901 EVT IntVT = EVT::getIntegerVT(I->getContext(), VT.getSizeInBits());
902 if (!TLI.isTypeLegal(IntVT))
905 unsigned IntReg = FastEmit_r(VT.getSimpleVT(), IntVT.getSimpleVT(),
910 unsigned IntResultReg = FastEmit_ri_(IntVT.getSimpleVT(), ISD::XOR,
    [all...]
SelectionDAGBuilder.cpp 176 EVT IntVT = EVT::getIntegerVT(*DAG.getContext(), ValueVT.getSizeInBits());
177 Val = getCopyFromParts(DAG, DL, Parts, NumParts, PartVT, IntVT, V);
    [all...]
DAGCombiner.cpp     [all...]

Completed in 211 milliseconds