Searched defs:RetVT (Results 1 – 8 of 8) sorted by relevance
/external/llvm/utils/TableGen/ |
D | FastISelEmitter.cpp | 487 MVT::SimpleValueType RetVT = MVT::isVoid; in collectPatterns() local 600 MVT::SimpleValueType RetVT = RI->first; in printFunctionDefinitions() local 675 MVT::SimpleValueType RetVT = RI->first; in printFunctionDefinitions() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 316 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) { in getFPEXT() 327 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) { in getFPROUND() 347 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) { in getFPTOSINT() 390 RTLIB::Libcall RTLIB::getFPTOUINT(EVT OpVT, EVT RetVT) { in getFPTOUINT() 433 RTLIB::Libcall RTLIB::getSINTTOFP(EVT OpVT, EVT RetVT) { in getSINTTOFP() 467 RTLIB::Libcall RTLIB::getUINTTOFP(EVT OpVT, EVT RetVT) { in getUINTTOFP()
|
D | LegalizeTypes.cpp | 1039 SDValue DAGTypeLegalizer::MakeLibCall(RTLIB::Libcall LC, EVT RetVT, in MakeLibCall()
|
D | FastISel.cpp | 1342 unsigned FastISel::FastEmitInst_extractsubreg(MVT RetVT, in FastEmitInst_extractsubreg()
|
D | LegalizeDAG.cpp | 1813 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, in ExpandLibCall() 1969 EVT RetVT = Node->getValueType(0); in ExpandDivRemLibCall() local
|
D | LegalizeFloatTypes.cpp | 680 EVT RetVT = TLI.getCmpLibcallReturnType(); in SoftenSetCCOperands() local
|
D | LegalizeVectorTypes.cpp | 2229 EVT RetVT = WidenEltVT; in FindMemType() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 471 unsigned ARMFastISel::FastEmitInst_extractsubreg(MVT RetVT, in FastEmitInst_extractsubreg() 1982 bool ARMFastISel::FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs, in FinishCall() 2133 MVT RetVT; in ARMEmitLibcall() local 2235 MVT RetVT; in SelectCall() local
|