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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 274 for (unsigned IntVT = MVT::FIRST_INTEGER_VALUETYPE;
275 IntVT <= MVT::LAST_INTEGER_VALUETYPE; ++IntVT) {
276 EVT HalfVT = EVT((MVT::SimpleValueType)IntVT);
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 315 EVT IntVT = ValueVTs[0];
317 if (TLI->getNumRegisters(PN->getContext(), IntVT) != 1)
319 IntVT = TLI->getTypeToTransformTo(PN->getContext(), IntVT);
320 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,
    [all...]
LegalizeDAG.cpp 320 EVT intVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits());
321 if (TLI.isTypeLegal(intVT)) {
325 SDValue Result = DAG.getNode(ISD::BITCAST, dl, intVT, Val);
440 EVT intVT = EVT::getIntegerVT(*DAG.getContext(), LoadedVT.getSizeInBits());
441 if (TLI.isTypeLegal(intVT) && TLI.isTypeLegal(LoadedVT)) {
444 SDValue newLoad = DAG.getLoad(intVT, dl, Chain, Ptr,
458 MVT RegVT = TLI.getRegisterType(*DAG.getContext(), intVT);
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp 179 EVT IntVT = EVT::getIntegerVT(*DAG.getContext(), ValueVT.getSizeInBits());
180 Val = getCopyFromParts(DAG, DL, Parts, NumParts, PartVT, IntVT, V);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 232 milliseconds