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

1 2 3 4 56 7 8

  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 73 if (isa<CallInst>(V) || isa<InvokeInst>(V) || isa<Argument>(V))
706 if (const CallInst *CI = dyn_cast<CallInst>(CS.getInstruction()))
    [all...]
AliasAnalysis.cpp 524 if (isa<CallInst>(V) || isa<InvokeInst>(V))
MemoryDependenceAnalysis.cpp 151 if (const CallInst *CI = isFreeCall(Inst, AA->getTargetLibraryInfo())) {
585 } else if (isa<CallInst>(QueryInst) || isa<InvokeInst>(QueryInst)) {
    [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 237 cast<llvm::CallInst>(Exn)->setDoesNotThrow();
CGObjC.cpp     [all...]
CodeGenFunction.h     [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 704 CallInst *Call = SizeArgument
794 CallInst::Create(AsanUnpoisonGlobals, "", RI);
    [all...]
PathProfiling.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 420 const CallInst *CallI = cast<CallInst>(CS->getInstruction());
484 const CallInst *CallI = dyn_cast<CallInst>(CS->getInstruction());
    [all...]
NVPTXUtilities.cpp 282 bool llvm::getAlign(const CallInst &I, unsigned index, unsigned &align) {
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 485 void visitCallInst (CallInst &I) {
    [all...]
JumpThreading.cpp 253 if (const CallInst *CI = dyn_cast<CallInst>(I)) {
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /frameworks/compile/slang/
slang_rs_backend.cpp 373 llvm::CallInst *CI = IB->CreateCall(F, Params);
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 311 if (const CallInst *CI = dyn_cast<CallInst>(I))
403 if (const CallInst *CI = dyn_cast<CallInst>(I))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 244 const CallInst &I, unsigned Intrinsic) const
  /external/llvm/lib/Target/R600/
AMDILISelLowering.cpp 221 const CallInst &I, unsigned Intrinsic) const {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 307 if (CallInst *CI = isFreeCall(I, TLI))
    [all...]
SimplifyCFG.cpp     [all...]

Completed in 2998 milliseconds

1 2 3 4 56 7 8