Home
last modified time | relevance | path

Searched refs:LibCall (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp80 Instruction *LibCall = Call->clone(); in optimizeSQRT() local
81 Builder.Insert(LibCall); in optimizeSQRT()
97 Phi->addIncoming(LibCall, LibCallBB); in optimizeSQRT()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2012366 * d-codegen.h (LibCall::LIBCALL_NEWITEMT): New enum value.
367 (LibCall::LIBCALL_NEWITEMIT): Likewise.
450 (LibCall): Re-order enum and rename values to match libcall_ids.
451 (IRState::toElemLvalue): Use new LibCall name.
458 * d-glue.cc (InExp::toElem): Use new LibCall name.
H A DChangeLog-2015639 (LibCall): Use runtime.def macro to define members.
H A DChangeLog-201346 * d-codegen.h (LibCall): Likewise.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp126 setOperationAction(ISD::MUL, MVT::i16, LibCall); in MSP430TargetLowering()
138 setOperationAction(ISD::UDIV, MVT::i16, LibCall); in MSP430TargetLowering()
140 setOperationAction(ISD::UREM, MVT::i16, LibCall); in MSP430TargetLowering()
141 setOperationAction(ISD::SDIV, MVT::i16, LibCall); in MSP430TargetLowering()
143 setOperationAction(ISD::SREM, MVT::i16, LibCall); in MSP430TargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2209 const char *LibCall = nullptr; in LowerF128Compare() local
2213 case SPCC::FCC_E : LibCall = is64Bit? "_Qp_feq" : "_Q_feq"; break; in LowerF128Compare()
2214 case SPCC::FCC_NE : LibCall = is64Bit? "_Qp_fne" : "_Q_fne"; break; in LowerF128Compare()
2215 case SPCC::FCC_L : LibCall = is64Bit? "_Qp_flt" : "_Q_flt"; break; in LowerF128Compare()
2216 case SPCC::FCC_G : LibCall = is64Bit? "_Qp_fgt" : "_Q_fgt"; break; in LowerF128Compare()
2217 case SPCC::FCC_LE : LibCall = is64Bit? "_Qp_fle" : "_Q_fle"; break; in LowerF128Compare()
2218 case SPCC::FCC_GE : LibCall = is64Bit? "_Qp_fge" : "_Q_fge"; break; in LowerF128Compare()
2226 case SPCC::FCC_UE : LibCall = is64Bit? "_Qp_cmp" : "_Q_cmp"; break; in LowerF128Compare()
2230 SDValue Callee = DAG.getExternalSymbol(LibCall, PtrVT); in LowerF128Compare()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp418 setOperationAction(ISD::FADD, MVT::f128, LibCall); in AArch64TargetLowering()
421 setOperationAction(ISD::FDIV, MVT::f128, LibCall); in AArch64TargetLowering()
423 setOperationAction(ISD::FMUL, MVT::f128, LibCall); in AArch64TargetLowering()
431 setOperationAction(ISD::FSUB, MVT::f128, LibCall); in AArch64TargetLowering()
729 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i8, LibCall); in AArch64TargetLowering()
730 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i16, LibCall); in AArch64TargetLowering()
731 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, LibCall); in AArch64TargetLowering()
732 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, LibCall); in AArch64TargetLowering()
733 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i128, LibCall); in AArch64TargetLowering()
734 setOperationAction(ISD::ATOMIC_SWAP, MVT::i8, LibCall); in AArch64TargetLowering()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp81 setOperationAction(ISD::MUL, MVT::i32, LibCall); in M68kTargetLowering()
82 setOperationAction(ISD::MUL, MVT::i64, LibCall); in M68kTargetLowering()
89 setOperationAction(OP, MVT::i32, LibCall); in M68kTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DPasses.rst201 ``-libcall-aa``: LibCall Alias Analysis
204 LibCall Alias Analysis.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1762 if (TLI->getOperationAction(ISD, VT) == TargetLowering::LibCall) in maybeLoweredToCall()
H A DARMISelLowering.cpp1162 setOperationAction(ISD::CTLZ_ZERO_UNDEF, MVT::i32, LibCall); in ARMTargetLowering()
1180 setOperationAction(ISD::SDIV, MVT::i32, LibCall); in ARMTargetLowering()
1181 setOperationAction(ISD::UDIV, MVT::i32, LibCall); in ARMTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h199 LibCall, // Don't try to expand this to other ops, always use a libcall. enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp734 setOperationAction(ISD::FADD, MVT::f128, LibCall); in X86TargetLowering()
735 setOperationAction(ISD::STRICT_FADD, MVT::f128, LibCall); in X86TargetLowering()
736 setOperationAction(ISD::FSUB, MVT::f128, LibCall); in X86TargetLowering()
737 setOperationAction(ISD::STRICT_FSUB, MVT::f128, LibCall); in X86TargetLowering()
738 setOperationAction(ISD::FDIV, MVT::f128, LibCall); in X86TargetLowering()
739 setOperationAction(ISD::STRICT_FDIV, MVT::f128, LibCall); in X86TargetLowering()
740 setOperationAction(ISD::FMUL, MVT::f128, LibCall); in X86TargetLowering()
741 setOperationAction(ISD::STRICT_FMUL, MVT::f128, LibCall); in X86TargetLowering()
742 setOperationAction(ISD::FMA, MVT::f128, LibCall); in X86TargetLowering()
743 setOperationAction(ISD::STRICT_FMA, MVT::f128, LibCall); in X86TargetLowering()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1288 case TargetLowering::LibCall: in LegalizeOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1206 setOperationAction(ISD::FADD, MVT::f128, LibCall); in PPCTargetLowering()
1207 setOperationAction(ISD::FSUB, MVT::f128, LibCall); in PPCTargetLowering()