HomeSort by relevance Sort by last modified time
    Searched refs:LibCall (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp 62 Instruction *LibCall = Call->clone();
63 Builder.Insert(LibCall);
77 Phi->addIncoming(LibCall, LibCallBB);
  /prebuilts/go/darwin-x86/src/runtime/
os_solaris.go 23 //LibCall libcall;
34 var libcall libcall
35 libcall.fn = uintptr(unsafe.Pointer(fn))
36 libcall.n = 0
37 libcall.args = uintptr(unsafe.Pointer(fn)) // it's unused but must be non-nil, otherwise crashes
38 asmcgocall(unsafe.Pointer(&asmsysvicall6), unsafe.Pointer(&libcall))
39 return libcall.r1
44 var libcall libcal
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
os_solaris.go 23 //LibCall libcall;
34 var libcall libcall
35 libcall.fn = uintptr(unsafe.Pointer(fn))
36 libcall.n = 0
37 libcall.args = uintptr(unsafe.Pointer(fn)) // it's unused but must be non-nil, otherwise crashes
38 asmcgocall(unsafe.Pointer(&asmsysvicall6), unsafe.Pointer(&libcall))
39 return libcall.r1
44 var libcall libcal
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 92 Expand, // Try to expand this to other ops, otherwise use a libcall.
93 LibCall, // Don't try to expand this to other ops, always use a libcall.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
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...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 175 const RTLIB::Libcall Op;
245 setLibcallCallingConv((RTLIB::Libcall)i, CallingConv::ARM_AAPCS_VFP);
259 const RTLIB::Libcall Op;
358 const RTLIB::Libcall Op;
381 const RTLIB::Libcall Op;
    [all...]

Completed in 362 milliseconds