HomeSort by relevance Sort by last modified time
    Searched refs:CallInst (Results 126 - 150 of 197) sorted by null

1 2 3 4 56 7 8

  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 56 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II));
345 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II));
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 90 if (const CallInst *CI = dyn_cast<CallInst>(I))
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 90 if (const CallInst *CI = dyn_cast<CallInst>(I))
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 90 if (const CallInst *CI = dyn_cast<CallInst>(I))
  /external/llvm/include/llvm/Target/
TargetLowering.h 43 class CallInst;
439 virtual bool getTgtMemIntrinsic(IntrinsicInfo &, const CallInst &,
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp     [all...]
DIBuilder.cpp     [all...]
AsmWriter.cpp 527 if (const CallInst *CI = dyn_cast<CallInst>(I)) {
    [all...]
Core.cpp     [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 76 void visitCallInst(CallInst &I);
258 if (CS.isCall() && cast<CallInst>(CS.getInstruction())->isTailCall())
347 void Lint::visitCallInst(CallInst &I) {
BasicAliasAnalysis.cpp 87 if (isa<CallInst>(V) || isa<InvokeInst>(V) || isa<Argument>(V))
819 if (const CallInst *CI = dyn_cast<CallInst>(CS.getInstruction()))
    [all...]
AliasAnalysis.cpp 547 if (isa<CallInst>(V) || isa<InvokeInst>(V))
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 660 // Returns true if the provided CallInst represents an intrinsic that can
662 bool isVectorizableIntrinsic(CallInst* I) {
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 238 cast<llvm::CallInst>(Exn)->setDoesNotThrow();
CGObjC.cpp     [all...]
CodeGenFunction.cpp 314 llvm::CallInst *CallSite = Builder.CreateCall(
737 if (llvm::CallInst *Call = dyn_cast<llvm::CallInst>(&*BI)) {
    [all...]
CodeGenFunction.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 806 CallInst *Call = SizeArgument
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 225 if (const CallInst *CI = dyn_cast<CallInst>(I))
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 105 } else if (CallInst *CI = dyn_cast<CallInst>(V)) {
187 // Look for intrinsic functions and CallInst that need to be upgraded
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 486 void visitCallInst (CallInst &I) {
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]

Completed in 473 milliseconds

1 2 3 4 56 7 8