/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 176 TargetLowering::MakeLibCallOptions CallOptions; SoftenFloatRes_Unary() local 196 TargetLowering::MakeLibCallOptions CallOptions; SoftenFloatRes_Binary() local 476 TargetLowering::MakeLibCallOptions CallOptions; SoftenFloatRes_FMA() local 562 TargetLowering::MakeLibCallOptions CallOptions; SoftenFloatRes_FP_EXTEND() local 578 TargetLowering::MakeLibCallOptions CallOptions; SoftenFloatRes_FP16_TO_FP() local 614 TargetLowering::MakeLibCallOptions CallOptions; SoftenFloatRes_FP_ROUND() local 665 TargetLowering::MakeLibCallOptions CallOptions; SoftenFloatRes_ExpOp() local 696 TargetLowering::MakeLibCallOptions CallOptions; SoftenFloatRes_FFREXP() local 911 TargetLowering::MakeLibCallOptions CallOptions; SoftenFloatRes_XINT_TO_FP() local 1031 TargetLowering::MakeLibCallOptions CallOptions; SoftenFloatOp_FP_ROUND() local 1107 TargetLowering::MakeLibCallOptions CallOptions; SoftenFloatOp_FP_TO_XINT() local 1261 TargetLowering::MakeLibCallOptions CallOptions; SoftenFloatOp_Unary() local 1450 TargetLowering::MakeLibCallOptions CallOptions; ExpandFloatRes_Unary() local 1465 TargetLowering::MakeLibCallOptions CallOptions; ExpandFloatRes_Binary() local 1620 TargetLowering::MakeLibCallOptions CallOptions; ExpandFloatRes_FMA() local 1873 TargetLowering::MakeLibCallOptions CallOptions; ExpandFloatRes_XINT_TO_FP() local 2108 TargetLowering::MakeLibCallOptions CallOptions; ExpandFloatOp_FP_TO_XINT() local 2187 TargetLowering::MakeLibCallOptions CallOptions; ExpandFloatOp_LROUND() local 2200 TargetLowering::MakeLibCallOptions CallOptions; ExpandFloatOp_LLROUND() local 2213 TargetLowering::MakeLibCallOptions CallOptions; ExpandFloatOp_LRINT() local 2226 TargetLowering::MakeLibCallOptions CallOptions; ExpandFloatOp_LLRINT() local [all...] |
H A D | LegalizeDAG.cpp | 2184 TargetLowering::MakeLibCallOptions CallOptions; ExpandFPLibCall() local 4449 TargetLowering::MakeLibCallOptions CallOptions; ConvertNodeToLibcall() local 4487 TargetLowering::MakeLibCallOptions CallOptions; ConvertNodeToLibcall() local 4741 TargetLowering::MakeLibCallOptions CallOptions; ConvertNodeToLibcall() local 4751 TargetLowering::MakeLibCallOptions CallOptions; ConvertNodeToLibcall() local 4806 TargetLowering::MakeLibCallOptions CallOptions; ConvertNodeToLibcall() local 4846 TargetLowering::MakeLibCallOptions CallOptions; ConvertNodeToLibcall() local 4874 TargetLowering::MakeLibCallOptions CallOptions; ConvertNodeToLibcall() local 4903 TargetLowering::MakeLibCallOptions CallOptions; ConvertNodeToLibcall() local [all...] |
H A D | LegalizeIntegerTypes.cpp | 2516 TargetLowering::MakeLibCallOptions CallOptions; PromoteIntOp_ExpOp() local 2930 TargetLowering::MakeLibCallOptions CallOptions; ExpandAtomic() local 3908 TargetLowering::MakeLibCallOptions CallOptions; ExpandIntRes_FP_TO_XINT() local 4000 TargetLowering::MakeLibCallOptions CallOptions; ExpandIntRes_XROUND_XRINT() local 4171 TargetLowering::MakeLibCallOptions CallOptions; ExpandIntRes_MUL() local 4542 TargetLowering::MakeLibCallOptions CallOptions; ExpandIntRes_SDIV() local 4766 TargetLowering::MakeLibCallOptions CallOptions; ExpandIntRes_Shift() local 4856 TargetLowering::MakeLibCallOptions CallOptions; ExpandIntRes_SREM() local 5050 TargetLowering::MakeLibCallOptions CallOptions; ExpandIntRes_UDIV() local 5093 TargetLowering::MakeLibCallOptions CallOptions; ExpandIntRes_UREM() local 5541 TargetLowering::MakeLibCallOptions CallOptions; ExpandIntOp_XINT_TO_FP() local [all...] |
H A D | TargetLowering.cpp | 148 makeLibCall(SelectionDAG & DAG,RTLIB::Libcall LC,EVT RetVT,ArrayRef<SDValue> Ops,MakeLibCallOptions CallOptions,const SDLoc & dl,SDValue InChain) const makeLibCall() argument 406 TargetLowering::MakeLibCallOptions CallOptions; softenSetCCOperands() local 10495 TargetLowering::MakeLibCallOptions CallOptions; forceExpandWideMUL() local [all...] |
H A D | SelectionDAGBuilder.cpp | 3175 TargetLowering::MakeLibCallOptions CallOptions; visitSPDescriptorFailure() local
|
/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 694 MakeLibCallOptions CallOptions; lowerUINT_TO_FP() local 719 MakeLibCallOptions CallOptions; lowerSINT_TO_FP() local 1946 MakeLibCallOptions CallOptions; ReplaceNodeResults() local [all...] |
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 1654 MakeLibCallOptions CallOptions; LowerRETURNADDR() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 6703 MakeLibCallOptions CallOptions; LowerOperation() local 6732 MakeLibCallOptions CallOptions; LowerOperation() local 6746 MakeLibCallOptions CallOptions; LowerOperation() local 7264 MakeLibCallOptions CallOptions; emitFlushICache() local 12217 MakeLibCallOptions CallOptions; ReplaceNodeResults() local 12252 MakeLibCallOptions CallOptions; ReplaceNodeResults() local [all...] |
/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 3201 TargetLowering::MakeLibCallOptions CallOptions; LowerUMULO_SMULO() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 5930 MakeLibCallOptions CallOptions; LowerFP_TO_INT() local 6044 MakeLibCallOptions CallOptions; LowerINT_TO_FP() local 20933 MakeLibCallOptions CallOptions; LowerFP_EXTEND() local 20984 MakeLibCallOptions CallOptions; LowerFP_ROUND() local [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 21220 MakeLibCallOptions CallOptions; LowerFP_TO_INT() local 21740 MakeLibCallOptions CallOptions; LowerFP_TO_BF16() local 29056 MakeLibCallOptions CallOptions; LowerWin64_FP_TO_INT128() local 29089 MakeLibCallOptions CallOptions; LowerWin64_INT128_TO_FP() local [all...] |
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 11078 MakeLibCallOptions CallOptions; LowerINTRINSIC_WO_CHAIN() local
|