Home
last modified time | relevance | path

Searched defs:RetVT (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp1089 unsigned AArch64FastISel::emitAddSub(bool UseAdd, MVT RetVT, const Value *LHS, in emitAddSub()
1243 unsigned AArch64FastISel::emitAddSub_rr(bool UseAdd, MVT RetVT, unsigned LHSReg, in emitAddSub_rr()
1277 unsigned AArch64FastISel::emitAddSub_ri(bool UseAdd, MVT RetVT, unsigned LHSReg, in emitAddSub_ri()
1322 unsigned AArch64FastISel::emitAddSub_rs(bool UseAdd, MVT RetVT, unsigned LHSReg, in emitAddSub_rs()
1363 unsigned AArch64FastISel::emitAddSub_rx(bool UseAdd, MVT RetVT, unsigned LHSReg, in emitAddSub_rx()
1428 bool AArch64FastISel::emitICmp(MVT RetVT, const Value *LHS, const Value *RHS, in emitICmp()
1434 bool AArch64FastISel::emitICmp_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, in emitICmp_ri()
1440 bool AArch64FastISel::emitFCmp(MVT RetVT, const Value *LHS, const Value *RHS) { in emitFCmp()
1475 unsigned AArch64FastISel::emitAdd(MVT RetVT, const Value *LHS, const Value *RHS, in emitAdd()
1505 unsigned AArch64FastISel::emitSub(MVT RetVT, const Value *LHS, const Value *RHS, in emitSub()
[all …]
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp440 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) { in getFPEXT()
459 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) { in getFPROUND()
494 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) { in getFPTOSINT()
536 RTLIB::Libcall RTLIB::getFPTOUINT(EVT OpVT, EVT RetVT) { in getFPTOUINT()
578 RTLIB::Libcall RTLIB::getSINTTOFP(EVT OpVT, EVT RetVT) { in getSINTTOFP()
618 RTLIB::Libcall RTLIB::getUINTTOFP(EVT OpVT, EVT RetVT) { in getUINTTOFP()
/external/llvm/utils/TableGen/
DFastISelEmitter.cpp514 MVT::SimpleValueType RetVT = MVT::isVoid; in collectPatterns() local
715 MVT::SimpleValueType RetVT = RI->first; in printFunctionDefinitions() local
742 MVT::SimpleValueType RetVT = RI->first; in printFunctionDefinitions() local
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp232 unsigned MipsFastISel::emitLogicalOp(unsigned ISDOpc, MVT RetVT, in emitLogicalOp()
1207 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall()
1262 MVT RetVT; in fastLowerCall() local
1693 MVT RetVT; in selectShift() local
/external/llvm/lib/Target/X86/
DX86FastISel.cpp275 MVT RetVT; in foldX86XALUIntrinsic() local
1763 bool X86FastISel::X86FastEmitCMoveSelect(MVT RetVT, const Instruction *I) { in X86FastEmitCMoveSelect()
1883 bool X86FastISel::X86FastEmitSSESelect(MVT RetVT, const Instruction *I) { in X86FastEmitSSESelect()
1987 bool X86FastISel::X86FastEmitPseudoSelect(MVT RetVT, const Instruction *I) { in X86FastEmitPseudoSelect()
2052 MVT RetVT; in X86SelectSelect() local
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2023 bool ARMFastISel::FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs, in FinishCall()
2192 MVT RetVT; in ARMEmitLibcall() local
2301 MVT RetVT; in SelectCall() local
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1381 bool PPCFastISel::finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes) { in finishCall()
1468 MVT RetVT; in fastLowerCall() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp87 RTLIB::Libcall LC, EVT RetVT, in makeLibCall()
210 EVT RetVT = getCmpLibcallReturnType(); in softenSetCCOperands() local
DLegalizeDAG.cpp2242 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, in ExpandLibCall()
2363 EVT RetVT = Node->getValueType(0); in ExpandDivRemLibCall() local
2469 EVT RetVT = Node->getValueType(0); in ExpandSinCosLibCall() local
DFastISel.cpp1973 unsigned FastISel::fastEmitInst_extractsubreg(MVT RetVT, unsigned Op0, in fastEmitInst_extractsubreg()
DLegalizeFloatTypes.cpp1705 static ISD::NodeType GetPromotionOpcode(EVT OpVT, EVT RetVT) { in GetPromotionOpcode()
DLegalizeVectorTypes.cpp3292 EVT RetVT = WidenEltVT; in FindMemType() local