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 164 MVT RetVT,
172 MVT RetVT,
181 MVT RetVT,
191 MVT RetVT,
201 MVT RetVT,
211 MVT RetVT,
230 MVT RetVT,
238 MVT RetVT,
327 unsigned FastEmitInst_extractsubreg(MVT RetVT,
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 310 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) {
312 if (RetVT == MVT::f64)
321 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) {
322 if (RetVT == MVT::f32) {
329 } else if (RetVT == MVT::f64) {
341 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) {
343 if (RetVT == MVT::i8)
345 if (RetVT == MVT::i16)
347 if (RetVT == MVT::i32)
349 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 97 SDValue ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, const SDValue *Ops,
    [all...]
LegalizeVectorTypes.cpp     [all...]
FastISel.cpp     [all...]
LegalizeTypes.h 162 SDValue MakeLibCall(RTLIB::Libcall LC, EVT RetVT,
    [all...]
  /external/llvm/utils/TableGen/
FastISelEmitter.cpp 493 MVT::SimpleValueType RetVT = MVT::isVoid;
494 if (InstPatNode->getNumTypes()) RetVT = InstPatNode->getType(0);
495 MVT::SimpleValueType VT = RetVT;
552 if (SimplePatterns[Operands][OpcodeName][VT][RetVT].count(PredicateCheck))
556 SimplePatterns[Operands][OpcodeName][VT][RetVT][PredicateCheck] = Memo;
606 MVT::SimpleValueType RetVT = RI->first;
613 << "_" << getLegalCName(getName(RetVT)) << "_";
654 OS << "extractsubreg(" << getName(RetVT);
674 OS << "(MVT RetVT";
678 OS << ") {\nswitch (RetVT.SimpleTy) {\n"
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 138 unsigned FastEmitInst_extractsubreg(MVT RetVT,
212 bool FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs,
473 unsigned ARMFastISel::FastEmitInst_extractsubreg(MVT RetVT,
476 unsigned ResultReg = createResultReg(TLI.getRegClassFor(RetVT));
    [all...]

Completed in 5849 milliseconds