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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 291 for (unsigned IntVT = MVT::FIRST_INTEGER_VALUETYPE;
292 IntVT <= MVT::LAST_INTEGER_VALUETYPE; ++IntVT) {
293 EVT HalfVT = EVT((MVT::SimpleValueType)IntVT);
  /external/llvm/lib/CodeGen/SelectionDAG/
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();
TargetLowering.cpp     [all...]
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...]
LegalizeDAG.cpp 328 EVT intVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits());
329 if (TLI.isTypeLegal(intVT)) {
333 SDValue Result = DAG.getNode(ISD::BITCAST, dl, intVT, Val);
452 EVT intVT = EVT::getIntegerVT(*DAG.getContext(), LoadedVT.getSizeInBits());
453 if (TLI.isTypeLegal(intVT) && TLI.isTypeLegal(LoadedVT)) {
456 SDValue newLoad = DAG.getLoad(intVT, dl, Chain, Ptr,
470 MVT RegVT = TLI.getRegisterType(*DAG.getContext(), intVT);
    [all...]
DAGCombiner.cpp     [all...]
LegalizeFloatTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp 190 EVT IntVT = EVT::getIntegerVT(*DAG.getContext(), ValueVT.getSizeInBits());
191 Val = getCopyFromParts(DAG, DL, Parts, NumParts, PartVT, IntVT, V);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 309 milliseconds