Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1081 unsigned AArch64FastISel::emitAddSub(bool UseAdd, MVT RetVT, const Value *LHS, in emitAddSub()
1235 unsigned AArch64FastISel::emitAddSub_rr(bool UseAdd, MVT RetVT, unsigned LHSReg, in emitAddSub_rr()
1269 unsigned AArch64FastISel::emitAddSub_ri(bool UseAdd, MVT RetVT, unsigned LHSReg, in emitAddSub_ri()
1314 unsigned AArch64FastISel::emitAddSub_rs(bool UseAdd, MVT RetVT, unsigned LHSReg, in emitAddSub_rs()
1355 unsigned AArch64FastISel::emitAddSub_rx(bool UseAdd, MVT RetVT, unsigned LHSReg, in emitAddSub_rx()
1420 bool AArch64FastISel::emitICmp(MVT RetVT, const Value *LHS, const Value *RHS, in emitICmp()
1426 bool AArch64FastISel::emitICmp_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, in emitICmp_ri()
1432 bool AArch64FastISel::emitFCmp(MVT RetVT, const Value *LHS, const Value *RHS) { in emitFCmp()
1467 unsigned AArch64FastISel::emitAdd(MVT RetVT, const Value *LHS, const Value *RHS, in emitAdd()
1497 unsigned AArch64FastISel::emitSub(MVT RetVT, const Value *LHS, const Value *RHS, in emitSub()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1160 unsigned AArch64FastISel::emitAddSub(bool UseAdd, MVT RetVT, const Value *LHS, in emitAddSub()
1314 unsigned AArch64FastISel::emitAddSub_rr(bool UseAdd, MVT RetVT, unsigned LHSReg, in emitAddSub_rr()
1352 unsigned AArch64FastISel::emitAddSub_ri(bool UseAdd, MVT RetVT, unsigned LHSReg, in emitAddSub_ri()
1397 unsigned AArch64FastISel::emitAddSub_rs(bool UseAdd, MVT RetVT, unsigned LHSReg, in emitAddSub_rs()
1440 unsigned AArch64FastISel::emitAddSub_rx(bool UseAdd, MVT RetVT, unsigned LHSReg, in emitAddSub_rx()
1507 bool AArch64FastISel::emitICmp(MVT RetVT, const Value *LHS, const Value *RHS, in emitICmp()
1513 bool AArch64FastISel::emitICmp_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, in emitICmp_ri()
1519 bool AArch64FastISel::emitFCmp(MVT RetVT, const Value *LHS, const Value *RHS) { in emitFCmp()
1554 unsigned AArch64FastISel::emitAdd(MVT RetVT, const Value *LHS, const Value *RHS, in emitAdd()
1584 unsigned AArch64FastISel::emitSub(MVT RetVT, const Value *LHS, const Value *RHS, in emitSub()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1161 unsigned AArch64FastISel::emitAddSub(bool UseAdd, MVT RetVT, const Value *LHS, in emitAddSub()
1304 unsigned AArch64FastISel::emitAddSub_rr(bool UseAdd, MVT RetVT, unsigned LHSReg, in emitAddSub_rr()
1341 unsigned AArch64FastISel::emitAddSub_ri(bool UseAdd, MVT RetVT, unsigned LHSReg, in emitAddSub_ri()
1386 unsigned AArch64FastISel::emitAddSub_rs(bool UseAdd, MVT RetVT, unsigned LHSReg, in emitAddSub_rs()
1428 unsigned AArch64FastISel::emitAddSub_rx(bool UseAdd, MVT RetVT, unsigned LHSReg, in emitAddSub_rx()
1494 bool AArch64FastISel::emitICmp(MVT RetVT, const Value *LHS, const Value *RHS, in emitICmp()
1500 bool AArch64FastISel::emitICmp_ri(MVT RetVT, unsigned LHSReg, uint64_t Imm) { in emitICmp_ri()
1505 bool AArch64FastISel::emitFCmp(MVT RetVT, const Value *LHS, const Value *RHS) { in emitFCmp()
1538 unsigned AArch64FastISel::emitAdd(MVT RetVT, const Value *LHS, const Value *RHS, in emitAdd()
1567 unsigned AArch64FastISel::emitSub(MVT RetVT, const Value *LHS, const Value *RHS, in emitSub()
[all …]
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp501 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) { in getFPEXT()
524 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) { in getFPROUND()
559 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) { in getFPTOSINT()
601 RTLIB::Libcall RTLIB::getFPTOUINT(EVT OpVT, EVT RetVT) { in getFPTOUINT()
643 RTLIB::Libcall RTLIB::getSINTTOFP(EVT OpVT, EVT RetVT) { in getSINTTOFP()
683 RTLIB::Libcall RTLIB::getUINTTOFP(EVT OpVT, EVT RetVT) { in getUINTTOFP()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp233 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) { in getFPEXT()
265 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) { in getFPROUND()
308 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) { in getFPTOSINT()
357 RTLIB::Libcall RTLIB::getFPTOUINT(EVT OpVT, EVT RetVT) { in getFPTOUINT()
406 RTLIB::Libcall RTLIB::getSINTTOFP(EVT OpVT, EVT RetVT) { in getSINTTOFP()
452 RTLIB::Libcall RTLIB::getUINTTOFP(EVT OpVT, EVT RetVT) { in getUINTTOFP()
496 RTLIB::Libcall RTLIB::getPOWI(EVT RetVT) { in getPOWI()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp220 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) { in getFPEXT()
246 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) { in getFPROUND()
284 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) { in getFPTOSINT()
326 RTLIB::Libcall RTLIB::getFPTOUINT(EVT OpVT, EVT RetVT) { in getFPTOUINT()
368 RTLIB::Libcall RTLIB::getSINTTOFP(EVT OpVT, EVT RetVT) { in getSINTTOFP()
408 RTLIB::Libcall RTLIB::getUINTTOFP(EVT OpVT, EVT RetVT) { in getUINTTOFP()
/aosp_15_r20/external/llvm/utils/TableGen/
H A DFastISelEmitter.cpp512 MVT::SimpleValueType RetVT = MVT::isVoid; in collectPatterns() local
713 MVT::SimpleValueType RetVT = RI->first; in printFunctionDefinitions() local
740 MVT::SimpleValueType RetVT = RI->first; in printFunctionDefinitions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp291 unsigned MipsFastISel::emitLogicalOp(unsigned ISDOpc, MVT RetVT, in emitLogicalOp()
1270 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall()
1506 MVT RetVT; in fastLowerCall() local
1954 MVT RetVT; in selectShift() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp296 unsigned MipsFastISel::emitLogicalOp(unsigned ISDOpc, MVT RetVT, in emitLogicalOp()
1279 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall()
1515 MVT RetVT; in fastLowerCall() local
1963 MVT RetVT; in selectShift() local
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp246 unsigned MipsFastISel::emitLogicalOp(unsigned ISDOpc, MVT RetVT, in emitLogicalOp()
1220 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall()
1275 MVT RetVT; in fastLowerCall() local
1706 MVT RetVT; in selectShift() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86FastISel.cpp235 MVT RetVT; in foldX86XALUIntrinsic() local
2026 bool X86FastISel::X86FastEmitCMoveSelect(MVT RetVT, const Instruction *I) { in X86FastEmitCMoveSelect()
2151 bool X86FastISel::X86FastEmitSSESelect(MVT RetVT, const Instruction *I) { in X86FastEmitSSESelect()
2273 bool X86FastISel::X86FastEmitPseudoSelect(MVT RetVT, const Instruction *I) { in X86FastEmitPseudoSelect()
2348 MVT RetVT; in X86SelectSelect() local
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp276 MVT RetVT; in foldX86XALUIntrinsic() local
1936 bool X86FastISel::X86FastEmitCMoveSelect(MVT RetVT, const Instruction *I) { in X86FastEmitCMoveSelect()
2056 bool X86FastISel::X86FastEmitSSESelect(MVT RetVT, const Instruction *I) { in X86FastEmitSSESelect()
2160 bool X86FastISel::X86FastEmitPseudoSelect(MVT RetVT, const Instruction *I) { in X86FastEmitPseudoSelect()
2225 MVT RetVT; in X86SelectSelect() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp1882 EVT RetVT = N->getOperand(0).getValueType(); in ExpandFloatOp_LROUND() local
1895 EVT RetVT = N->getOperand(0).getValueType(); in ExpandFloatOp_LLROUND() local
1908 EVT RetVT = N->getOperand(0).getValueType(); in ExpandFloatOp_LRINT() local
1921 EVT RetVT = N->getOperand(0).getValueType(); in ExpandFloatOp_LLRINT() local
1937 static ISD::NodeType GetPromotionOpcode(EVT OpVT, EVT RetVT) { in GetPromotionOpcode()
H A DLegalizeDAG.cpp2045 EVT RetVT = Node->getValueType(0); in ExpandLibCall() local
2105 EVT RetVT = Node->getValueType(0); in ExpandFPLibCall() local
2161 EVT RetVT = Node->getValueType(0); in ExpandArgFPLibCall() local
2199 EVT RetVT = Node->getValueType(0); in ExpandDivRemLibCall() local
2294 EVT RetVT = Node->getValueType(0); in ExpandSinCosLibCall() local
3911 EVT RetVT = Node->getValueType(0); in ConvertNodeToLibcall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FastISel.cpp248 MVT RetVT; in foldX86XALUIntrinsic() local
2015 bool X86FastISel::X86FastEmitCMoveSelect(MVT RetVT, const Instruction *I) { in X86FastEmitCMoveSelect()
2147 bool X86FastISel::X86FastEmitSSESelect(MVT RetVT, const Instruction *I) { in X86FastEmitSSESelect()
2282 bool X86FastISel::X86FastEmitPseudoSelect(MVT RetVT, const Instruction *I) { in X86FastEmitPseudoSelect()
2361 MVT RetVT; in X86SelectSelect() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp948 static RTLIB::Libcall findFPToIntLibcall(EVT SrcVT, EVT RetVT, EVT &Promoted, in findFPToIntLibcall()
2019 EVT RetVT = N->getOperand(0).getValueType(); in ExpandFloatOp_LROUND() local
2032 EVT RetVT = N->getOperand(0).getValueType(); in ExpandFloatOp_LLROUND() local
2045 EVT RetVT = N->getOperand(0).getValueType(); in ExpandFloatOp_LRINT() local
2058 EVT RetVT = N->getOperand(0).getValueType(); in ExpandFloatOp_LLRINT() local
2074 static ISD::NodeType GetPromotionOpcode(EVT OpVT, EVT RetVT) { in GetPromotionOpcode()
H A DLegalizeDAG.cpp2038 EVT RetVT = Node->getValueType(0); in ExpandLibCall() local
2087 EVT RetVT = Node->getValueType(0); in ExpandFPLibCall() local
2173 EVT RetVT = Node->getValueType(0); in ExpandDivRemLibCall() local
2266 EVT RetVT = Node->getValueType(0); in ExpandSinCosLibCall() local
3988 EVT RetVT = Node->getValueType(0); in ConvertNodeToLibcall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2034 bool ARMFastISel::FinishCall(MVT RetVT, SmallVectorImpl<Register> &UsedRegs, in FinishCall()
2209 MVT RetVT; in ARMEmitLibcall() local
2315 MVT RetVT; in SelectCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2021 bool ARMFastISel::FinishCall(MVT RetVT, SmallVectorImpl<Register> &UsedRegs, in FinishCall()
2207 MVT RetVT; in ARMEmitLibcall() local
2314 MVT RetVT; in SelectCall() local
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2016 bool ARMFastISel::FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs, in FinishCall()
2192 MVT RetVT; in ARMEmitLibcall() local
2300 MVT RetVT; in SelectCall() local
/aosp_15_r20/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1393 bool PPCFastISel::finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes) { in finishCall()
1480 MVT RetVT; in fastLowerCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1489 bool PPCFastISel::finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes) { in finishCall()
1573 MVT RetVT; in fastLowerCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1490 bool PPCFastISel::finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes) { in finishCall()
1570 MVT RetVT; in fastLowerCall() local
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1989 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, in ExpandLibCall()
2110 EVT RetVT = Node->getValueType(0); in ExpandDivRemLibCall() local
2215 EVT RetVT = Node->getValueType(0); in ExpandSinCosLibCall() local
H A DTargetLowering.cpp117 TargetLowering::makeLibCall(SelectionDAG &DAG, RTLIB::Libcall LC, EVT RetVT, in makeLibCall()
253 EVT RetVT = getCmpLibcallReturnType(); in softenSetCCOperands() local

12