HomeSort by relevance Sort by last modified time
    Searched full:libcall (Results 26 - 50 of 83) sorted by null

12 3 4

  /external/llvm/test/Transforms/InstCombine/
strcat-2.ll 1 ; Test that the strcat libcall simplifier works correctly.
strncat-1.ll 1 ; Test that the strncat libcall simplifier works correctly.
strncat-2.ll 1 ; Test that the strncat libcall simplifier works correctly.
  /external/llvm/test/Transforms/InstSimplify/
call-callconv.ll 2 ; Verify that the non-default calling conv doesn't prevent the libcall simplification
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386-opts.h 32 libcall, enumerator in enum:stringop_alg
  /external/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp 140 Instruction *LibCall = Call->clone();
141 Builder.Insert(LibCall);
155 Phi->addIncoming(LibCall, LibCallBB);
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 21 // Emit, if possible, a specialized version of the given Libcall. Typically this
29 RTLIB::Libcall LC) const {
35 // Libcall is an AEABI function.
39 // Translate RTLIB::Libcall to AEABILibcall. We only do this in order to be
65 // Choose the most-aligned libcall variant that we can
ARMSelectionDAGInfo.h 68 RTLIB::Libcall LC) const;
  /external/llvm/test/CodeGen/ARM/
fast-isel-call.ll 165 define i32 @LibCall(i32 %a, i32 %b) {
167 ; ARM: LibCall
169 ; ARM-LONG: LibCall
174 ; THUMB: LibCall
176 ; THUMB-LONG: LibCall
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 29 /// GetFPLibCall - Return the right libcall for the given floating point type.
30 static RTLIB::Libcall GetFPLibCall(EVT VT,
31 RTLIB::Libcall Call_F32,
32 RTLIB::Libcall Call_F64,
33 RTLIB::Libcall Call_F80,
34 RTLIB::Libcall Call_F128,
35 RTLIB::Libcall Call_PPCF128) {
439 // There's only a libcall for f16 -> f32, so proceed in two stages. Also, it's
457 RTLIB::Libcall LC = RTLIB::getFPEXT(Op.getValueType(), N->getValueType(0));
475 RTLIB::Libcall LC = RTLIB::getFPEXT(MVT::f32, N->getValueType(0))
    [all...]
LegalizeDAG.cpp 74 // Libcall insertion helpers.
112 SDValue ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, bool isSigned);
113 SDValue ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, const SDValue *Ops,
116 std::pair<SDValue, SDValue> ExpandChainLibCall(RTLIB::Libcall LC,
118 SDValue ExpandFPLibCall(SDNode *Node, RTLIB::Libcall Call_F32,
119 RTLIB::Libcall Call_F64, RTLIB::Libcall Call_F80,
120 RTLIB::Libcall Call_F128,
121 RTLIB::Libcall Call_PPCF128);
123 RTLIB::Libcall Call_I8
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
sys_solaris_amd64.s 181 // Save m->libcall and m->scratch. We need to do this because we
184 // save m->libcall
233 // restore libcall
runtime2.go 180 type libcall struct {
334 libcall libcall
338 syscall libcall // stores syscall parameters on windows
344 //LibCall libcall;
  /prebuilts/go/linux-x86/src/runtime/
sys_solaris_amd64.s 181 // Save m->libcall and m->scratch. We need to do this because we
184 // save m->libcall
233 // restore libcall
runtime2.go 180 type libcall struct {
334 libcall libcall
338 syscall libcall // stores syscall parameters on windows
344 //LibCall libcall;
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 38 RTLIB::Libcall Libcall;
86 { RTLIB::UNKNOWN_LIBCALL, "__mips16_ret_dc" }, // No associated libcall.
87 { RTLIB::UNKNOWN_LIBCALL, "__mips16_ret_df" }, // No associated libcall.
88 { RTLIB::UNKNOWN_LIBCALL, "__mips16_ret_sc" }, // No associated libcall.
89 { RTLIB::UNKNOWN_LIBCALL, "__mips16_ret_sf" }, // No associated libcall.
258 if (HardFloatLibCalls[I].Libcall != RTLIB::UNKNOWN_LIBCALL)
259 setLibcallName(HardFloatLibCalls[I].Libcall, HardFloatLibCalls[I].Name);
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 572 /// \brief Emit a libcall for a binary operation on complex types.
610 /// \brief Lookup the libcall name for a given floating point type complex
649 // test for NaNs. If we find NaNs in the result, we delegate to a libcall
652 // *extremely* rare, and so the cost of the libcall is almost irrelevant.
653 // This is good, because the libcall re-computes the core multiplication
655 // a generic complex*complex libcall.
688 // Now emit the libcall on this slowest of the slow paths.
742 // If we have a complex operand on the RHS, we delegate to a libcall to
745 // FIXME: We would be able to avoid the libcall in many places if we
    [all...]
CGAtomic.cpp 255 /// \brief Emits atomic load as a libcall.
260 /// \brief Emits atomic compare-and-exchange op as a libcall.
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 89 Expand, // Try to expand this to other ops, otherwise use a libcall.
90 LibCall, // Don't try to expand this to other ops, always use a libcall.
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
fast-isel-call.ll 94 ;define i32 @LibCall(i32 %a, i32 %b) {
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 46 /// InitLibcallNames - Set default libcall names.
430 /// InitLibcallCallingConvs - Set default libcall CallingConvs.
440 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) {
459 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) {
494 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) {
536 RTLIB::Libcall RTLIB::getFPTOUINT(EVT OpVT, EVT RetVT) {
578 RTLIB::Libcall RTLIB::getSINTTOFP(EVT OpVT, EVT RetVT) {
618 RTLIB::Libcall RTLIB::getUINTTOFP(EVT OpVT, EVT RetVT) {
656 RTLIB::Libcall RTLIB::getATOMIC(unsigned Opc, MVT VT) {
694 /// InitCmpLibcallCCs - Set default comparison libcall CC
    [all...]
README.txt 127 If the i64 division is lowered to a libcall, then a safe point will (must)
135 Only a concurrent mutator can trigger a collection at the libcall safe point.
  /external/llvm/include/llvm/Transforms/Utils/
SimplifyLibCalls.h 62 /// \brief Checks whether the call \p CI to a fortified libcall is foldable
  /external/llvm/lib/Target/X86/
README-FPStack.txt 58 Opencode the sincos[f] libcall.
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]

Completed in 2196 milliseconds

12 3 4