/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 1084 unsigned AArch64FastISel::emitAddSub(bool UseAdd, MVT RetVT, const Value *LHS, in emitAddSub() 1231 unsigned AArch64FastISel::emitAddSub_rr(bool UseAdd, MVT RetVT, unsigned LHSReg, in emitAddSub_rr() 1265 unsigned AArch64FastISel::emitAddSub_ri(bool UseAdd, MVT RetVT, unsigned LHSReg, in emitAddSub_ri() 1310 unsigned AArch64FastISel::emitAddSub_rs(bool UseAdd, MVT RetVT, unsigned LHSReg, in emitAddSub_rs() 1347 unsigned AArch64FastISel::emitAddSub_rx(bool UseAdd, MVT RetVT, unsigned LHSReg, in emitAddSub_rx() 1409 bool AArch64FastISel::emitICmp(MVT RetVT, const Value *LHS, const Value *RHS, in emitICmp() 1415 bool AArch64FastISel::emitICmp_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, in emitICmp_ri() 1421 bool AArch64FastISel::emitFCmp(MVT RetVT, const Value *LHS, const Value *RHS) { in emitFCmp() 1456 unsigned AArch64FastISel::emitAdd(MVT RetVT, const Value *LHS, const Value *RHS, in emitAdd() 1486 unsigned AArch64FastISel::emitSub(MVT RetVT, const Value *LHS, const Value *RHS, in emitSub() [all …]
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 435 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) { in getFPEXT() 454 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) { in getFPROUND() 489 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) { in getFPTOSINT() 539 RTLIB::Libcall RTLIB::getFPTOUINT(EVT OpVT, EVT RetVT) { in getFPTOUINT() 589 RTLIB::Libcall RTLIB::getSINTTOFP(EVT OpVT, EVT RetVT) { in getSINTTOFP() 629 RTLIB::Libcall RTLIB::getUINTTOFP(EVT OpVT, EVT RetVT) { in getUINTTOFP()
|
/external/llvm/utils/TableGen/ |
D | FastISelEmitter.cpp | 514 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/X86/ |
D | X86FastISel.cpp | 257 MVT RetVT; in foldX86XALUIntrinsic() local 1739 bool X86FastISel::X86FastEmitCMoveSelect(MVT RetVT, const Instruction *I) { in X86FastEmitCMoveSelect() 1859 bool X86FastISel::X86FastEmitSSESelect(MVT RetVT, const Instruction *I) { in X86FastEmitSSESelect() 1957 bool X86FastISel::X86FastEmitPseudoSelect(MVT RetVT, const Instruction *I) { in X86FastEmitPseudoSelect() 2022 MVT RetVT; in X86SelectSelect() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 218 unsigned MipsFastISel::emitLogicalOp(unsigned ISDOpc, MVT RetVT, in emitLogicalOp() 1075 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall() 1121 MVT RetVT; in fastLowerCall() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2025 bool ARMFastISel::FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs, in FinishCall() 2194 MVT RetVT; in ARMEmitLibcall() local 2303 MVT RetVT; in SelectCall() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1358 bool PPCFastISel::finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes) { in finishCall() 1445 MVT RetVT; in fastLowerCall() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 87 RTLIB::Libcall LC, EVT RetVT, in makeLibCall() 202 EVT RetVT = getCmpLibcallReturnType(); in softenSetCCOperands() local
|
D | LegalizeDAG.cpp | 2093 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, in ExpandLibCall() 2255 EVT RetVT = Node->getValueType(0); in ExpandDivRemLibCall() local 2360 EVT RetVT = Node->getValueType(0); in ExpandSinCosLibCall() local
|
D | FastISel.cpp | 1951 unsigned FastISel::fastEmitInst_extractsubreg(MVT RetVT, unsigned Op0, in fastEmitInst_extractsubreg()
|
D | LegalizeFloatTypes.cpp | 1588 static ISD::NodeType GetPromotionOpcode(EVT OpVT, EVT RetVT) { in GetPromotionOpcode()
|
D | LegalizeVectorTypes.cpp | 2910 EVT RetVT = WidenEltVT; in FindMemType() local
|