Home
last modified time | relevance | path

Searched defs:CallInst (Results 1 – 17 of 17) sorted by relevance

/external/llvm/include/llvm/IR/
DBasicBlock.h26 class CallInst; variable
DAutoUpgrade.h20 class CallInst; variable
DCallSite.h36 class CallInst; variable
/external/llvm/include/llvm/CodeGen/
DIntrinsicLowering.h22 class CallInst; variable
DFunctionLoweringInfo.h35 class CallInst; variable
/external/llvm/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h25 class CallInst; variable
DCloning.h36 class CallInst; variable
/external/lldb/include/lldb/Expression/
DIRDynamicChecks.h18 class CallInst; variable
DIRForTarget.h25 class CallInst; variable
/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h28 class CallInst; variable
/external/clang/lib/CodeGen/
DCGCXXABI.h25 class CallInst; variable
/external/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp114 MCInst CallInst; in EmitCall() local
/external/llvm/include/llvm/Target/
DTargetLowering.h44 class CallInst; variable
494 virtual bool getTgtMemIntrinsic(IntrinsicInfo &, const CallInst &, in getTgtMemIntrinsic()
984 virtual bool shouldAlignPointerArgs(CallInst * /*CI*/, unsigned & /*MinSize*/, in shouldAlignPointerArgs() argument
2422 virtual bool mayBeEmittedAsTailCall(CallInst *) const { in mayBeEmittedAsTailCall() argument
2539 virtual bool ExpandInlineAsm(CallInst *) const { in ExpandInlineAsm() argument
/external/llvm/unittests/IR/
DInstructionsTest.cpp72 TEST_F(ModuleWithFunctionTest, CallInst) { in TEST_F() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h37 class CallInst; variable
/external/llvm/lib/IR/
DInstructions.cpp302 CallInst::CallInst(Value *Func, const Twine &Name, in CallInst() function in CallInst
312 CallInst::CallInst(Value *Func, const Twine &Name, in CallInst() function in CallInst
322 CallInst::CallInst(const CallInst &CI) in CallInst() function in CallInst
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1455 CAMLprim value llvm_is_tail_call(LLVMValueRef CallInst) { in llvm_is_tail_call()
1461 LLVMValueRef CallInst) { in llvm_set_tail_call()