HomeSort by relevance Sort by last modified time
    Searched refs:CallInst (Results 101 - 125 of 139) sorted by null

1 2 3 45 6

  /external/llvm/lib/VMCore/
Core.cpp     [all...]
Value.cpp 48 if (isa<CallInst>(this) || isa<InvokeInst>(this))
50 "invalid CallInst type!");
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 543 const CallInst *Call = cast<CallInst>(I);
797 if (!isa<CallInst>(I)) {
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 492 void visitCallInst (CallInst &I) {
    [all...]
JumpThreading.cpp 246 if (const CallInst *CI = dyn_cast<CallInst>(I)) {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
llvm.mli     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_backend.cpp 390 llvm::CallInst *CI = IB->CreateCall(F, Params);
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
InlineCost.cpp 627 if (CS.isCall() && cast<CallInst>(CS.getInstruction())->canReturnTwice() &&
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 583 /// CallInst if there was a previous stack frame. This method may
845 IL->LowerIntrinsicCall(cast<CallInst>(CS.getInstruction()));
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 331 if (isa<CallInst>(BBI) && !isa<IntrinsicInst>(BBI))
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 265 if (CallInst *CI = isFreeCall(I))
    [all...]
SimplifyCFG.cpp     [all...]
  /external/mesa3d/src/pixelflinger2/
llvm_scanline.cpp 637 CallInst *call = builder.CreateCall3(fsFunction,inputs, outputs, constants);
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]

Completed in 529 milliseconds

1 2 3 45 6