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

1 2 3 45 6 7 8 9

  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 294 ValTy *getArgOperand(unsigned i) const {
295 CALLSITE_DELEGATE_GETTER(getArgOperand(i));
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 294 ValTy *getArgOperand(unsigned i) const {
295 CALLSITE_DELEGATE_GETTER(getArgOperand(i));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 294 ValTy *getArgOperand(unsigned i) const {
295 CALLSITE_DELEGATE_GETTER(getArgOperand(i));
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 294 ValTy *getArgOperand(unsigned i) const {
295 CALLSITE_DELEGATE_GETTER(getArgOperand(i));
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 294 ValTy *getArgOperand(unsigned i) const {
295 CALLSITE_DELEGATE_GETTER(getArgOperand(i));
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 294 ValTy *getArgOperand(unsigned i) const {
295 CALLSITE_DELEGATE_GETTER(getArgOperand(i));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 294 ValTy *getArgOperand(unsigned i) const {
295 CALLSITE_DELEGATE_GETTER(getArgOperand(i));
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
WinEHPrepare.cpp 140 Constant *TypeInfo = cast<Constant>(CPI->getArgOperand(0));
145 HT.Adjectives = cast<ConstantInt>(CPI->getArgOperand(1))->getZExtValue();
148 dyn_cast<AllocaInst>(CPI->getArgOperand(2)->stripPointerCasts()))
346 cast<Constant>(CatchPad->getArgOperand(0)->stripPointerCasts());
550 cast<ConstantInt>(Catch->getArgOperand(0))->getZExtValue());
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 564 if (Inst->getArgOperand(i)->getType() != ST->getElementType(i))
570 Value *L = Inst->getArgOperand(i);
596 Info.PtrVal = Inst->getArgOperand(0);
605 Info.PtrVal = Inst->getArgOperand(Inst->getNumArgOperands() - 1);
  /external/spirv-llvm/lib/SPIRV/
OCL21ToSPIRV.cpp 194 auto Target = cast<CallInst>(CI->getArgOperand(0));
SPIRVWriter.cpp     [all...]
  /frameworks/compile/libbcc/lib/
RSInvokeHelperPass.cpp 200 llvm::Value *V = call->getArgOperand(i);
  /frameworks/rs/rsov/compiler/
RSAllocationUtils.cpp 117 Value *CopyDest = FCall->getArgOperand(0);
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 373 if (CI->getArgOperand(ArgNo) == Arg)
609 ArgumentPHIs[i]->addIncoming(CI->getArgOperand(i), BB);
    [all...]
GVN.cpp 316 e.varargs.push_back(lookupOrAdd(I->getArgOperand(0)));
317 e.varargs.push_back(lookupOrAdd(I->getArgOperand(1)));
394 uint32_t c_vn = lookupOrAdd(C->getArgOperand(i));
395 uint32_t cd_vn = lookupOrAdd(local_cdep->getArgOperand(i));
448 uint32_t c_vn = lookupOrAdd(C->getArgOperand(i));
449 uint32_t cd_vn = lookupOrAdd(cdep->getArgOperand(i));
    [all...]
  /external/llvm/lib/Transforms/Utils/
Evaluator.cpp 399 ConstantInt *Size = cast<ConstantInt>(II->getArgOperand(0));
400 Value *PtrArg = getVal(II->getArgOperand(1));
Local.cpp 322 return isa<UndefValue>(II->getArgOperand(1));
330 if (ConstantInt *Cond = dyn_cast<ConstantInt>(II->getArgOperand(0)))
340 if (Constant *C = dyn_cast<Constant>(CI->getArgOperand(0)))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
GlobalsModRef.cpp 271 if (CI->getArgOperand(i) == V) return true;
276 if (II->getArgOperand(i) == V) return true;
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp 505 dyn_cast<ConstantInt>(CI->getArgOperand(SizeCIOp)))
535 bool Min = (cast<ConstantInt>(II->getArgOperand(1))->getZExtValue() == 1);
    [all...]
GVN.cpp 200 e.varargs.push_back(lookup_or_add(I->getArgOperand(0)));
201 e.varargs.push_back(lookup_or_add(I->getArgOperand(1)));
266 uint32_t c_vn = lookup_or_add(C->getArgOperand(i));
267 uint32_t cd_vn = lookup_or_add(local_cdep->getArgOperand(i));
320 uint32_t c_vn = lookup_or_add(C->getArgOperand(i));
321 uint32_t cd_vn = lookup_or_add(cdep->getArgOperand(i));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp 248 if (MTI->getArgOperand(0) == V)
250 if (MTI->getArgOperand(1) == V)
253 assert(MSI->getArgOperand(0) == V && "Memset only takes one pointer!");
    [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/Analysis/
CostModel.cpp 505 Args.push_back(II->getArgOperand(J));

Completed in 5553 milliseconds

1 2 3 45 6 7 8 9