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

  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 420 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) {
422 if (RetVT == MVT::f64)
424 if (RetVT == MVT::f128)
427 if (RetVT == MVT::f128)
436 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) {
437 if (RetVT == MVT::f32) {
446 } else if (RetVT == MVT::f64) {
460 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) {
462 if (RetVT == MVT::i8)
464 if (RetVT == MVT::i16
    [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 185 MVT RetVT,
191 MVT RetVT,
198 MVT RetVT,
207 MVT RetVT,
216 MVT RetVT,
225 MVT RetVT,
244 MVT RetVT,
252 MVT RetVT,
331 unsigned FastEmitInst_extractsubreg(MVT RetVT,
RuntimeLibcalls.h 393 Libcall getFPEXT(EVT OpVT, EVT RetVT);
397 Libcall getFPROUND(EVT OpVT, EVT RetVT);
401 Libcall getFPTOSINT(EVT OpVT, EVT RetVT);
405 Libcall getFPTOUINT(EVT OpVT, EVT RetVT);
409 Libcall getSINTTOFP(EVT OpVT, EVT RetVT);
413 Libcall getUINTTOFP(EVT OpVT, EVT RetVT);
  /external/llvm/utils/TableGen/
FastISelEmitter.cpp 495 MVT::SimpleValueType RetVT = MVT::isVoid;
496 if (InstPatNode->getNumTypes()) RetVT = InstPatNode->getType(0);
497 MVT::SimpleValueType VT = RetVT;
555 if (SimplePatterns[Operands][OpcodeName][VT][RetVT].count(PredicateCheck))
559 SimplePatterns[Operands][OpcodeName][VT][RetVT][PredicateCheck] = Memo;
609 MVT::SimpleValueType RetVT = RI->first;
616 << "_" << getLegalCName(getName(RetVT)) << "_";
657 OS << "extractsubreg(" << getName(RetVT);
677 OS << "(MVT RetVT";
681 OS << ") {\nswitch (RetVT.SimpleTy) {\n"
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 175 void finishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 208 bool FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs,
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 114 bool X86FastEmitCMoveSelect(MVT RetVT, const Instruction *I);
116 bool X86FastEmitSSESelect(MVT RetVT, const Instruction *I);
118 bool X86FastEmitPseudoSelect(MVT RetVT, const Instruction *I);
292 MVT RetVT;
296 if (!isTypeLegal(RetTy, RetVT))
299 if (RetVT != MVT::i32 && RetVT != MVT::i64)
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 144 bool FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 84 /// result of type RetVT.
87 RTLIB::Libcall LC, EVT RetVT,
105 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext());
199 EVT RetVT = getCmpLibcallReturnType();
201 NewLHS = makeLibCall(DAG, LC1, RetVT, Ops, 2, false/*sign irrelevant*/,
203 NewRHS = DAG.getConstant(0, RetVT);
207 getSetCCResultType(*DAG.getContext(), RetVT),
209 NewLHS = makeLibCall(DAG, LC2, RetVT, Ops, 2, false/*sign irrelevant*/,
212 getSetCCResultType(*DAG.getContext(), RetVT), NewLHS,
    [all...]
LegalizeDAG.cpp 103 SDValue ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, const SDValue *Ops,
    [all...]
LegalizeVectorTypes.cpp     [all...]
FastISel.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 799 milliseconds