Searched defs:Call (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml17 | Call of string * expr array Constructor in type:expr
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml17 | Call of string * expr array Constructor in type:expr
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml17 | Call of string * expr array Constructor in type:expr
/macosx-10.10/CPANInternal-159.1/PlRPC-0.2020/lib/RPC/
H A DPlClient.pm104 sub Call ($@) { subroutine
[all...]
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dast.ml17 | Call of string * expr array Constructor in type:expr
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter6/
H A Dast.ml20 | Call of string * expr array Constructor in type:expr
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter7/
H A Dast.ml20 | Call of string * expr array Constructor in type:expr
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginMainThreadScheduler.h62 class Call { class in class:WebCore::PluginMainThreadScheduler
64 Call(MainThreadFunction* function, void* userData) function in class:WebCore::PluginMainThreadScheduler::Call
/macosx-10.10/CPANInternal-159.1/Data-Dump-1.21/lib/Data/Dump/
H A DTrace.pm
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp225 Instruction* Call = CS.getInstruction(); local
H A DPruneEH.cpp178 CallInst *Call = CallInst::Create(II->getCalledValue(), Args, "", II); local
H A DArgumentPromotion.cpp632 Instruction *Call = CS.getInstruction(); local
[all...]
H A DDeadArgumentElimination.cpp228 Instruction *Call = CS.getInstruction(); local
780 Instruction *Call = CS.getInstruction(); local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DCallLinkInfo.h45 enum CallType { None, Call, CallVarargs, Construct, ConstructVarargs }; enumerator in enum:JSC::CallLinkInfo::CallType
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Didnaconf.cpp223 void IdnaConfTest::Call(){ function in class:IdnaConfTest
/macosx-10.10/JavaScriptCore-7600.1.17/profiler/
H A DProfileNode.h57 struct Call { struct in class:JSC::ProfileNode
59 Call(double startTime, double totalTime = NAN) function in struct:JSC::ProfileNode::Call
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DLinkBuffer.h72 typedef MacroAssembler::Call Call; typedef in class:JSC::LinkBuffer
[all...]
H A DAbstractMacroAssembler.h495 class Call { class in class:JSC::AbstractMacroAssembler
507 Call() function in class:JSC::AbstractMacroAssembler::Call
512 Call(AssemblerLabel jmp, Flags flags) function in class:JSC::AbstractMacroAssembler::Call
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DCallingConvLower.h149 typedef enum { Unknown, Prologue, Call } ParmContext; enumerator in enum:llvm::__anon9991
/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCInstrDesc.h102 Call, enumerator in enum:llvm::MCID::__anon10026
/macosx-10.10/llvmCore-3425.0.34/tools/bugpoint/
H A DMiscompilation.cpp901 CallInst *Call = CallInst::Create(FuncPtr, Args, local
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp544 const CallInst *Call = cast<CallInst>(I); local
[all...]
H A DLegalizeFloatTypes.cpp911 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
920 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
929 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
940 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
950 SDValue Call = MakeLibCall(GetFPLibCall(N->getValueType(0), local
962 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
971 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
980 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
989 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
998 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
1007 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
1017 SDValue Call = MakeLibCall(GetFPLibCall(N->getValueType(0), local
1030 SDValue Call = MakeLibCall(GetFPLibCall(N->getValueType(0), local
1042 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
1068 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
1077 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
1086 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
1095 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
1104 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
1114 SDValue Call = MakeLibCall(GetFPLibCall(N->getValueType(0), local
1126 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMFastISel.cpp2181 bool ARMFastISel::ARMEmitLibcall(const Instruction *I, RTLIB::Libcall Call) { argument
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1207 CallInst *Call = dyn_cast<CallInst>(CI.getOperand(0)); local
[all...]

Completed in 239 milliseconds

12