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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 628 for (unsigned IntVT = MVT::FIRST_INTEGER_VALUETYPE;
629 IntVT <= MVT::LAST_INTEGER_VALUETYPE; ++IntVT) {
630 EVT HalfVT = EVT((MVT::SimpleValueType)IntVT);
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 271 EVT IntVT = ValueVTs[0];
273 if (TLI.getNumRegisters(PN->getContext(), IntVT) != 1)
275 IntVT = TLI.getTypeToTransformTo(PN->getContext(), IntVT);
276 unsigned BitWidth = IntVT.getSizeInBits();
FastISel.cpp 183 EVT IntVT = TLI.getPointerTy();
186 uint32_t IntBitWidth = IntVT.getSizeInBits();
196 Reg = FastEmit_r(IntVT.getSimpleVT(), VT, ISD::SINT_TO_FP,
813 EVT IntVT = EVT::getIntegerVT(I->getContext(), VT.getSizeInBits());
814 if (!TLI.isTypeLegal(IntVT))
817 unsigned IntReg = FastEmit_r(VT.getSimpleVT(), IntVT.getSimpleVT(),
822 unsigned IntResultReg = FastEmit_ri_(IntVT.getSimpleVT(), ISD::XOR,
825 IntVT.getSimpleVT());
829 ResultReg = FastEmit_r(IntVT.getSimpleVT(), VT.getSimpleVT(),
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp 172 EVT IntVT = EVT::getIntegerVT(*DAG.getContext(), ValueVT.getSizeInBits());
173 Val = getCopyFromParts(DAG, DL, Parts, NumParts, PartVT, IntVT);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]

Completed in 118 milliseconds