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

  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 306 Libcall getFPEXT(EVT OpVT, EVT RetVT);
310 Libcall getFPROUND(EVT OpVT, EVT RetVT);
314 Libcall getFPTOSINT(EVT OpVT, EVT RetVT);
318 Libcall getFPTOUINT(EVT OpVT, EVT RetVT);
322 Libcall getSINTTOFP(EVT OpVT, EVT RetVT);
326 Libcall getUINTTOFP(EVT OpVT, EVT RetVT);
FastISel.h 161 MVT RetVT,
169 MVT RetVT,
178 MVT RetVT,
188 MVT RetVT,
198 MVT RetVT,
208 MVT RetVT,
227 MVT RetVT,
235 MVT RetVT,
315 unsigned FastEmitInst_extractsubreg(MVT RetVT,
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 316 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) {
318 if (RetVT == MVT::f64)
327 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) {
328 if (RetVT == MVT::f32) {
335 } else if (RetVT == MVT::f64) {
347 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) {
349 if (RetVT == MVT::i8)
351 if (RetVT == MVT::i16)
353 if (RetVT == MVT::i32)
355 if (RetVT == MVT::i64
    [all...]
LegalizeFloatTypes.cpp 680 EVT RetVT = TLI.getCmpLibcallReturnType();
682 NewLHS = MakeLibCall(LC1, RetVT, Ops, 2, false/*sign irrelevant*/, dl);
683 NewRHS = DAG.getConstant(0, RetVT);
686 SDValue Tmp = DAG.getNode(ISD::SETCC, dl, TLI.getSetCCResultType(RetVT),
688 NewLHS = MakeLibCall(LC2, RetVT, Ops, 2, false/*sign irrelevant*/, dl);
689 NewLHS = DAG.getNode(ISD::SETCC, dl, TLI.getSetCCResultType(RetVT), NewLHS,
    [all...]
LegalizeTypes.cpp     [all...]
LegalizeDAG.cpp 94 SDValue ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, const SDValue *Ops,
    [all...]
LegalizeVectorTypes.cpp     [all...]
FastISel.cpp     [all...]
LegalizeTypes.h 160 SDValue MakeLibCall(RTLIB::Libcall LC, EVT RetVT,
    [all...]
  /external/llvm/utils/TableGen/
FastISelEmitter.cpp 487 MVT::SimpleValueType RetVT = MVT::isVoid;
488 if (InstPatNode->getNumTypes()) RetVT = InstPatNode->getType(0);
489 MVT::SimpleValueType VT = RetVT;
546 if (SimplePatterns[Operands][OpcodeName][VT][RetVT].count(PredicateCheck))
550 SimplePatterns[Operands][OpcodeName][VT][RetVT][PredicateCheck] = Memo;
600 MVT::SimpleValueType RetVT = RI->first;
607 << "_" << getLegalCName(getName(RetVT)) << "_";
648 OS << "extractsubreg(" << getName(RetVT);
668 OS << "(MVT RetVT";
672 OS << ") {\nswitch (RetVT.SimpleTy) {\n"
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 141 virtual unsigned FastEmitInst_extractsubreg(MVT RetVT,
210 bool FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs,
471 unsigned ARMFastISel::FastEmitInst_extractsubreg(MVT RetVT,
474 unsigned ResultReg = createResultReg(TLI.getRegClassFor(RetVT));
    [all...]

Completed in 818 milliseconds