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

12 3 4

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 466 if (IsNullOrUndef(CI->getArgOperand(1))) {
470 new StoreInst(Null, CI->getArgOperand(0), CI);
549 Value *Arg = cast<CallInst>(Inst)->getArgOperand(0);
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 511 if (Inst->getArgOperand(i)->getType() != ST->getElementType(i))
517 Value *L = Inst->getArgOperand(i);
543 Info.PtrVal = Inst->getArgOperand(0);
552 Info.PtrVal = Inst->getArgOperand(Inst->getNumArgOperands() - 1);
  /external/llvm/lib/Target/AMDGPU/
SITypeRewriter.cpp 103 Value *Arg = I.getArgOperand(i);
AMDGPUPromoteAlloca.cpp 381 ArgTypes.push_back(Call->getArgOperand(ArgIdx)->getType());
SIAnnotateControlFlow.cpp 251 Value *Args[] = { OldEnd->getArgOperand(0), NewPhi };
  /external/llvm/include/llvm/IR/
CallSite.h 221 ValTy *getArgOperand(unsigned i) const {
222 CALLSITE_DELEGATE_GETTER(getArgOperand(i));
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 252 Value *Arg1 = CI->getArgOperand(0);
253 Value *Arg2 = CI->getArgOperand(1);
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 135 Constant *TypeInfo = cast<Constant>(CPI->getArgOperand(0));
140 HT.Adjectives = cast<ConstantInt>(CPI->getArgOperand(1))->getZExtValue();
142 if (isa<ConstantPointerNull>(CPI->getArgOperand(2)))
145 HT.CatchObj.Alloca = cast<AllocaInst>(CPI->getArgOperand(2));
330 cast<Constant>(CatchPad->getArgOperand(0)->stripPointerCasts());
497 cast<ConstantInt>(Catch->getArgOperand(0))->getZExtValue());
    [all...]
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 484 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()),
485 IRB.CreateIntCast(M->getArgOperand(1), IRB.getInt32Ty(), false),
486 IRB.CreateIntCast(M->getArgOperand(2), IntptrTy, false)});
491 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()),
492 IRB.CreatePointerCast(M->getArgOperand(1), IRB.getInt8PtrTy()),
493 IRB.CreateIntCast(M->getArgOperand(2), IntptrTy, false)});
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 223 return MemoryLocation(II->getArgOperand(0));
225 uint64_t Len = cast<ConstantInt>(II->getArgOperand(0))->getZExtValue();
226 return MemoryLocation(II->getArgOperand(1), Len);
311 return II->getArgOperand(0);
761 if (!AA->isMustAlias(F->getArgOperand(0), DepPointer))
    [all...]
TailRecursionElimination.cpp 497 if (CI->getArgOperand(ArgNo) == Arg)
734 ArgumentPHIs[i]->addIncoming(CI->getArgOperand(i), BB);
    [all...]
GVN.cpp 255 e.varargs.push_back(lookup_or_add(I->getArgOperand(0)));
256 e.varargs.push_back(lookup_or_add(I->getArgOperand(1)));
321 uint32_t c_vn = lookup_or_add(C->getArgOperand(i));
322 uint32_t cd_vn = lookup_or_add(local_cdep->getArgOperand(i));
375 uint32_t c_vn = lookup_or_add(C->getArgOperand(i));
376 uint32_t cd_vn = lookup_or_add(cdep->getArgOperand(i));
    [all...]
AlignmentFromAssumptions.cpp 217 ICmpInst *ICI = dyn_cast<ICmpInst>(I->getArgOperand(0));
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 296 if (CI->getArgOperand(0)->getType()->getScalarType()->
325 if (!CI->getArgOperand(0)->getType()->isFloatingPointTy())
370 MVT VTy = TLI->getSimpleValueType(DL, CI->getArgOperand(0)->getType(),
PPCLoopPreIncPrep.cpp 140 return IMemI->getArgOperand(0);
197 PtrValue = IMemI->getArgOperand(0);
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 165 Loc = MemoryLocation(CI->getArgOperand(0));
178 II->getArgOperand(1),
179 cast<ConstantInt>(II->getArgOperand(0))->getZExtValue(), AAInfo);
186 II->getArgOperand(2),
187 cast<ConstantInt>(II->getArgOperand(1))->getZExtValue(), AAInfo);
525 if (AA->isMustAlias(MemoryLocation(II->getArgOperand(1)), MemLoc))
    [all...]
CostModel.cpp 505 Tys.push_back(II->getArgOperand(J)->getType());
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 291 cast<MDNode>(cast<MetadataAsValue>(CI->getArgOperand(0))->getMetadata());
319 EXPECT_EQ(M1, cast<MetadataAsValue>(CI->getArgOperand(0))->getMetadata());
  /frameworks/compile/libbcc/lib/Renderscript/
RSInvokeHelperPass.cpp 201 llvm::Value *V = call->getArgOperand(i);
  /external/llvm/lib/Transforms/Utils/
Local.cpp 321 return isa<UndefValue>(II->getArgOperand(1));
325 if (ConstantInt *Cond = dyn_cast<ConstantInt>(II->getArgOperand(0)))
335 if (Constant *C = dyn_cast<Constant>(CI->getArgOperand(0)))
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 91 if (const ConstantInt *CI = dyn_cast<ConstantInt>(EHSel->getArgOperand(i))){
98 Value *Val = EHSel->getArgOperand(j);
100 LPI->addClause(cast<Constant>(EHSel->getArgOperand(j)));
115 TyInfo.push_back(cast<Constant>(EHSel->getArgOperand(j)));
129 Value *Val = EHSel->getArgOperand(j);
131 LPI->addClause(cast<Constant>(EHSel->getArgOperand(j)));
281 Resume->getArgOperand(0), 0, "lpad.val");
282 LPadVal = Builder.CreateInsertValue(LPadVal, Resume->getArgOperand(1),
317 if (!isa<MDNode>(ValueAsMetadata::get(DDI->getArgOperand(0))) ||
318 !isa<MDNode>(ValueAsMetadata::get(DDI->getArgOperand(1))))
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 328 return (CI->getArgOperand(1) == Scalar);
    [all...]

Completed in 1669 milliseconds

12 3 4