HomeSort by: relevance | last modified time | path
    Searched refs:getArgOperand (Results 1 - 25 of 161) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 142 unsigned AS = CI->getArgOperand(ArgNo)->getType()->getPointerAddressSpace();
173 unsigned AS = CI->getArgOperand(ArgNo)->getType()->getPointerAddressSpace();
204 Value *Dst = CI->getArgOperand(0);
205 Value *Src = CI->getArgOperand(1);
246 Value *Dst = CI->getArgOperand(0);
247 Value *Src = CI->getArgOperand(1);
248 Value *Size = CI->getArgOperand(2);
290 Value *SrcStr = CI->getArgOperand(0);
295 ConstantInt *CharC = dyn_cast<ConstantInt>(CI->getArgOperand(1));
305 return emitMemChr(SrcStr, CI->getArgOperand(1), // include nul
    [all...]
GlobalStatus.cpp 158 if (MTI->getArgOperand(0) == V)
160 if (MTI->getArgOperand(1) == V)
163 assert(MSI->getArgOperand(0) == V && "Memset only takes one pointer!");
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroInstr.h 48 Value *getFrame() const { return getArgOperand(FrameArg); }
57 return cast<ConstantInt>(getArgOperand(IndexArg));
118 Value *Arg = getArgOperand(PromiseArg);
125 Value *Arg = getArgOperand(PromiseArg);
177 return cast<Constant>(getArgOperand(InfoArg)->stripPointerCasts());
183 return cast<Function>(getArgOperand(CoroutineArg)->stripPointerCasts());
186 assert(isa<ConstantPointerNull>(getArgOperand(CoroutineArg)) &&
211 return cast<ConstantInt>(getArgOperand(SizeArg))->getZExtValue();
215 return cast<ConstantInt>(getArgOperand(AlignArg))->getAlignValue();
219 return getArgOperand(StorageArg)
    [all...]
CoroCleanup.cpp 66 II->replaceAllUsesWith(II->getArgOperand(1));
69 II->replaceAllUsesWith(II->getArgOperand(1));
85 cast<GlobalVariable>(II->getArgOperand(0)->stripPointerCasts())
88 cast<GlobalVariable>(II->getArgOperand(1)->stripPointerCasts())
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AutoUpgrade.cpp 1247 Value *Args[] = { CI.getArgOperand(0) , CI.getArgOperand(1),
1248 CI.getArgOperand(2) };
1257 : Builder.CreateBitCast(CI.getArgOperand(1),
1259 return EmitX86Select(Builder, CI.getArgOperand(3), V, PassThru);
1281 Value *Src = CI.getArgOperand(0);
1282 Value *Amt = CI.getArgOperand(1);
1308 Value *LHS = CI.getArgOperand(0);
1309 Value *RHS = CI.getArgOperand(1);
1347 Value *Op0 = CI.getArgOperand(0)
    [all...]
IntrinsicInst.cpp 183 return const_cast<Value *>(getArgOperand(4));
193 auto *MAV = dyn_cast<MetadataAsValue>(getArgOperand(NumOperands - 2));
205 auto *MAV = dyn_cast<MetadataAsValue>(getArgOperand(NumOperands - 1));
230 Metadata *MD = cast<MetadataAsValue>(getArgOperand(2))->getMetadata();
298 return getArgOperand(maskPos.getValue());
310 return getArgOperand(vlenPos.getValue());
465 const Value *Token = getArgOperand(0);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IntrinsicInst.h 262 return cast<MetadataAsValue>(getArgOperand(0))->getMetadata();
266 return cast<MetadataAsValue>(getArgOperand(1))->getMetadata();
270 return cast<MetadataAsValue>(getArgOperand(2))->getMetadata();
375 return cast<MetadataAsValue>(getArgOperand(0))->getMetadata();
487 Value *getLHS() const { return const_cast<Value *>(getArgOperand(0)); }
488 Value *getRHS() const { return const_cast<Value *>(getArgOperand(1)); }
535 Value *getLHS() const { return const_cast<Value *>(getArgOperand(0)); }
536 Value *getRHS() const { return const_cast<Value *>(getArgOperand(1)); }
598 return const_cast<Value *>(getArgOperand(ARG_DEST));
604 return const_cast<Value *>(getArgOperand(ARG_LENGTH))
    [all...]
Statepoint.h 90 return cast<ConstantInt>(getArgOperand(IDPos))->getZExtValue();
95 const Value *NumPatchBytesVal = getArgOperand(NumPatchBytesPos);
104 return cast<ConstantInt>(getArgOperand(NumCallArgsPos))->getZExtValue();
108 return cast<ConstantInt>(getArgOperand(FlagsPos))->getZExtValue();
113 return getArgOperand(CalledFunctionPos);
AbstractCallSite.h 185 return CB->getArgOperand(ArgNo);
188 ? CB->getArgOperand(CI.ParameterEncoding[ArgNo + 1])
213 return CB->getArgOperand(getCallArgOperandNoForCallee());
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryLocation.cpp 152 const Value *Arg = Call->getArgOperand(ArgIdx);
167 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(II->getArgOperand(2)))
179 cast<ConstantInt>(II->getArgOperand(0))->getZExtValue()),
194 DL.getTypeStoreSize(II->getArgOperand(0)->getType())),
206 cast<ConstantInt>(II->getArgOperand(1))->getZExtValue()),
221 II->getArgOperand(1)->getType())),
239 dyn_cast<ConstantInt>(Call->getArgOperand(2)))
248 dyn_cast<ConstantInt>(Call->getArgOperand(2)))
255 dyn_cast<ConstantInt>(Call->getArgOperand(2)))
264 dyn_cast<ConstantInt>(Call->getArgOperand(3))
    [all...]
OverflowInstAnalysis.cpp 46 if (II->getArgOperand(0) == X)
48 else if (II->getArgOperand(1) == X)
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstCombineIntrinsic.cpp 196 Value *Src = II.getArgOperand(0);
223 Value *Src = II.getArgOperand(0);
236 Value *Src = II.getArgOperand(0);
278 Value *Src0 = II.getArgOperand(0);
279 Value *Src1 = II.getArgOperand(1);
363 Value *Src0 = II.getArgOperand(0);
364 Value *Src1 = II.getArgOperand(1);
392 Value *Src0 = II.getArgOperand(0);
393 Value *Src1 = II.getArgOperand(1);
404 Value *Src = II.getArgOperand(0)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
IntrinsicLowering.cpp 205 switch (CI->getArgOperand(0)->getType()->getTypeID()) {
219 CI->getArgOperand(0)->getType());
241 Value *V = CI->getArgOperand(0);
247 CI->replaceAllUsesWith(LowerCTPOP(Context, CI->getArgOperand(0), CI));
251 CI->replaceAllUsesWith(LowerBSWAP(Context, CI->getArgOperand(0), CI));
255 CI->replaceAllUsesWith(LowerCTLZ(Context, CI->getArgOperand(0), CI));
260 Value *Src = CI->getArgOperand(0);
338 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
341 Ops[0] = CI->getArgOperand(0);
342 Ops[1] = CI->getArgOperand(1)
    [all...]
ExpandReductions.cpp 123 Value *Acc = II->getArgOperand(0);
124 Value *Vec = II->getArgOperand(1);
147 Value *Vec = II->getArgOperand(0);
159 Value *Vec = II->getArgOperand(0);
GCRootLowering.cpp 205 Value *St = new StoreInst(CI->getArgOperand(0),
206 CI->getArgOperand(2), CI);
214 Value *Ld = new LoadInst(CI->getType(), CI->getArgOperand(1), "", CI);
225 cast<AllocaInst>(CI->getArgOperand(0)->stripPointerCasts()));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
ScalarizeMaskedMemIntrin.cpp 147 Value *Ptr = CI->getArgOperand(0);
148 Value *Alignment = CI->getArgOperand(1);
149 Value *Mask = CI->getArgOperand(2);
150 Value *Src0 = CI->getArgOperand(3);
289 Value *Src = CI->getArgOperand(0);
290 Value *Ptr = CI->getArgOperand(1);
291 Value *Alignment = CI->getArgOperand(2);
292 Value *Mask = CI->getArgOperand(3);
417 Value *Ptrs = CI->getArgOperand(0);
418 Value *Alignment = CI->getArgOperand(1)
    [all...]
LowerExpectIntrinsic.cpp 67 ConstantFP *Confidence = dyn_cast<ConstantFP>(CI->getArgOperand(2));
88 Value *ArgValue = CI->getArgOperand(0);
89 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(CI->getArgOperand(1));
120 Value &Arg = *Expect->getArgOperand(0);
121 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(Expect->getArgOperand(1));
306 Value *ArgValue = CI->getArgOperand(0);
307 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(CI->getArgOperand(1));
378 Value *Exp = CI->getArgOperand(0);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstCombineIntrinsic.cpp 200 auto Vec = II.getArgOperand(0);
201 auto Amt = II.getArgOperand(1);
348 auto Vec = II.getArgOperand(0);
349 auto Amt = II.getArgOperand(1);
440 Value *Arg0 = II.getArgOperand(0);
441 Value *Arg1 = II.getArgOperand(1);
506 Value *Arg = II.getArgOperand(0);
536 Value *CarryIn = II.getArgOperand(0);
537 Value *Op1 = II.getArgOperand(1);
538 Value *Op2 = II.getArgOperand(2)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 159 cast<PointerType>(MI->getArgOperand(1)->getType())->getAddressSpace();
161 cast<PointerType>(MI->getArgOperand(0)->getType())->getAddressSpace();
184 Value *Src = Builder.CreateBitCast(MI->getArgOperand(1), NewSrcPtrTy);
185 Value *Dest = Builder.CreateBitCast(MI->getArgOperand(0), NewDstPtrTy);
288 Value *LoadPtr = II.getArgOperand(0);
290 cast<ConstantInt>(II.getArgOperand(1))->getAlignValue();
294 if (maskIsAllOneOrUndef(II.getArgOperand(2))) {
308 return Builder.CreateSelect(II.getArgOperand(2), LI, II.getArgOperand(3));
318 auto *ConstMask = dyn_cast<Constant>(II.getArgOperand(3))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXTargetTransformInfo.cpp 334 Type *Tys[] = {II->getArgOperand(0)->getType()};
341 return BinaryOperator::Create(*Action.BinaryOp, II->getArgOperand(0),
342 II->getArgOperand(1), II->getName());
346 return CastInst::Create(*Action.CastOp, II->getArgOperand(0), II->getType(),
357 Instruction::FDiv, ConstantFP::get(II->getArgOperand(0)->getType(), 1),
358 II->getArgOperand(0), II->getName());
NVVMReflect.cpp 131 const Value *Str = Call->getArgOperand(0);
134 Str = ConvCall->getArgOperand(0);
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyOptimizeReturned.cpp 61 Value *Arg = CB.getArgOperand(I);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
ObjCARCExpand.cpp 76 Value *Value = cast<CallInst>(Inst)->getArgOperand(0);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
SVEIntrinsicOpts.cpp 289 IntrinsicInst *Op1 = dyn_cast<IntrinsicInst>(I->getArgOperand(0));
290 IntrinsicInst *Op2 = dyn_cast<IntrinsicInst>(I->getArgOperand(1));
295 Op1->getArgOperand(0)->getType() == Op2->getArgOperand(0)->getType()) {
297 Value *Ops[] = {Op1->getArgOperand(0), Op2->getArgOperand(0)};
298 Type *Tys[] = {Op1->getArgOperand(0)->getType()};
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MVEGatherScatterLowering.cpp 359 Value *Ptr = I->getArgOperand(0);
360 Align Alignment = cast<ConstantInt>(I->getArgOperand(1))->getAlignValue();
361 Value *Mask = I->getArgOperand(2);
362 Value *PassThru = I->getArgOperand(3);
409 Value *Mask = I->getArgOperand(2);
431 Value *Mask = I->getArgOperand(2);
498 Value *Mask = I->getArgOperand(2);
521 Value *Input = I->getArgOperand(0);
522 Value *Ptr = I->getArgOperand(1);
523 Align Alignment = cast<ConstantInt>(I->getArgOperand(2))->getAlignValue()
    [all...]

Completed in 77 milliseconds

1 2 3 4 5 6 7