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

1 2 3 4 5 67 8

  /external/llvm/lib/AsmParser/
LLParser.h 419 CallInst::TailCallKind IsTail);
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 240 if (isa<CallInst>(J) || isa<InvokeInst>(J)) {
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp 321 bool llvm::getAlign(const CallInst &I, unsigned index, unsigned &align) {
NVPTXISelLowering.cpp 554 const CallInst *CallI = cast<CallInst>(CS->getInstruction());
618 if (isa<CallInst>(CalleeI)) {
620 if (llvm::getAlign(*cast<CallInst>(CalleeI), Idx, Align))
623 const Value *CalleeV = cast<CallInst>(CalleeI)->getCalledValue();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 315 if (auto Call = dyn_cast<CallInst>(Inst))
JumpThreading.cpp 267 if (const CallInst *CI = dyn_cast<CallInst>(I)) {
    [all...]
  /frameworks/compile/slang/
slang_rs_backend.cpp 384 llvm::CallInst *CI = IB->CreateCall(F, Params);
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 718 cast<CallInst>(CS.getInstruction())->cannotDuplicate())
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 155 if (const CallInst *CI = isFreeCall(Inst, AA->getTargetLibraryInfo())) {
590 } else if (isa<CallInst>(QueryInst) || isa<InvokeInst>(QueryInst)) {
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 244 const CallInst &I, unsigned Intrinsic) const
  /external/llvm/lib/IR/
Function.cpp 750 if (!isa<CallInst>(FU) && !isa<InvokeInst>(FU))
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 244 const CallInst &I, unsigned Intrinsic) const
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]

Completed in 869 milliseconds

1 2 3 4 5 67 8