HomeSort by relevance Sort by last modified time
    Searched refs:getArgOperand (Results 26 - 50 of 66) sorted by null

12 3

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 157 cast<CallInst>(Arg)->getArgOperand(0));
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 153 Loc = AliasAnalysis::Location(CI->getArgOperand(0));
162 Loc = AliasAnalysis::Location(II->getArgOperand(1),
163 cast<ConstantInt>(II->getArgOperand(0))
170 Loc = AliasAnalysis::Location(II->getArgOperand(2),
171 cast<ConstantInt>(II->getArgOperand(1))
393 if (AA->isMustAlias(AliasAnalysis::Location(II->getArgOperand(1)),
    [all...]
CostModel.cpp 219 Tys.push_back(II->getArgOperand(J)->getType());
ValueTracking.cpp 742 if (II->getArgOperand(1) == ConstantInt::getTrue(II->getContext()))
768 ComputeMaskedBitsAddSub(true, II->getArgOperand(0),
769 II->getArgOperand(1), false, KnownZero,
774 ComputeMaskedBitsAddSub(false, II->getArgOperand(0),
775 II->getArgOperand(1), false, KnownZero,
780 ComputeMaskedBitsMul(II->getArgOperand(0), II->getArgOperand(1)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
InstructionCombining.cpp     [all...]
InstCombineCompares.cpp     [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 305 Value *Arg1 = CI->getArgOperand(0);
306 Value *Arg2 = CI->getArgOperand(1);
GlobalOpt.cpp 278 if (MTI->getArgOperand(0) == V)
280 if (MTI->getArgOperand(1) == V)
283 assert(MSI->getArgOperand(0) == V && "Memset only takes one pointer!");
    [all...]
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 272 if (CI->getArgOperand(i) == V) return true;
277 if (II->getArgOperand(i) == V) return true;
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp 337 V = IS->getArgOperand(0)->stripPointerCasts();
370 V = IS->getArgOperand(0)->stripPointerCasts();
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 279 if (!CI->getArgOperand(0)->getType()->isFloatingPointTy())
319 TLI->getSimpleValueType(CI->getArgOperand(0)->getType(), true);
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 321 if (CI->getArgOperand(ArgNo) == Arg)
558 ArgumentPHIs[i]->addIncoming(CI->getArgOperand(i), BB);
GVN.cpp 247 e.varargs.push_back(lookup_or_add(I->getArgOperand(0)));
248 e.varargs.push_back(lookup_or_add(I->getArgOperand(1)));
313 uint32_t c_vn = lookup_or_add(C->getArgOperand(i));
314 uint32_t cd_vn = lookup_or_add(local_cdep->getArgOperand(i));
367 uint32_t c_vn = lookup_or_add(C->getArgOperand(i));
368 uint32_t cd_vn = lookup_or_add(cdep->getArgOperand(i));
    [all...]
CodeGenPrepare.cpp 602 dyn_cast<ConstantInt>(CI->getArgOperand(SizeCIOp)))
632 bool Min = (cast<ConstantInt>(II->getArgOperand(1))->getZExtValue() == 1);
    [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 232 OldEnd->getArgOperand(0),
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 86 if (const ConstantInt *CI = dyn_cast<ConstantInt>(EHSel->getArgOperand(i))){
93 Value *Val = EHSel->getArgOperand(j);
95 LPI->addClause(EHSel->getArgOperand(j));
110 TyInfo.push_back(cast<Constant>(EHSel->getArgOperand(j)));
124 Value *Val = EHSel->getArgOperand(j);
126 LPI->addClause(EHSel->getArgOperand(j));
222 Value *PersFn = Sel->getArgOperand(1);
277 Resume->getArgOperand(0), 0, "lpad.val");
278 LPadVal = Builder.CreateInsertValue(LPadVal, Resume->getArgOperand(1),
323 if (!isa<MDNode>(DDI->getArgOperand(0)) |
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 302 return isa<UndefValue>(II->getArgOperand(1));
308 if (Constant *C = dyn_cast<Constant>(CI->getArgOperand(0)))
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 470 ConstantInt *Size = dyn_cast<ConstantInt>(II.getArgOperand(0));
480 AllocaInst *AI = findAllocaForValue(II.getArgOperand(1));
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 702 ConstantInt *CI = cast<ConstantInt>(Call->getArgOperand(1));
712 unsigned ResultReg = getRegForValue(Call->getArgOperand(0));
    [all...]

Completed in 1118 milliseconds

12 3