/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | IPConstantPropagation.cpp | 244 New = CS.getArgument(A->getArgNo()); in PropagateConstantReturn() 269 New = CS.getArgument(A->getArgNo()); in PropagateConstantReturn()
|
D | DeadArgumentElimination.cpp | 315 Value *Arg = CS.getArgument(ArgNo); in RemoveDeadArgumentsFromCallers() 446 assert(CS.getArgument(ArgNo) in SurveyUse()
|
D | CalledValuePropagation.cpp | 287 CVPLatticeKey(CS.getArgument(A.getArgNo()), IPOGrouping::Register); in visitCallSite()
|
D | ArgumentPromotion.cpp | 498 if (!isDereferenceablePointer(CS.getArgument(ArgNo), Ty, DL)) in allCallersPassValidPointerForArgument()
|
D | GlobalOpt.cpp | 717 if (CS.getArgument(i) == V) { in OptimizeAwayTrappingUsesOfValue()
|
D | Attributor.cpp | 6620 if (!CS.getArgument(i)->getType()->isPointerTy()) in identifyDefaultAbstractAttributes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 840 if (CS.getArgument(i) == cpySrc && !CS.doesNotCapture(i)) in performCallSlotOptzn() 868 if (CS.getArgument(i)->stripPointerCasts() == cpySrc && in performCallSlotOptzn() 870 CS.getArgument(i)->getType()->getPointerAddressSpace()) in performCallSlotOptzn() 876 if (CS.getArgument(i)->stripPointerCasts() == cpySrc) { in performCallSlotOptzn() 881 if (CS.getArgument(i)->getType() == Dest->getType()) in performCallSlotOptzn() 885 CS.getArgument(i)->getType(), Dest->getName(), C)); in performCallSlotOptzn() 1253 Value *ByValArg = CS.getArgument(ArgNo); in processByValArgument()
|
D | DeadStoreElimination.cpp | 228 return MemoryLocation(CS.getArgument(0)); in getLocForWrite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | Lint.cpp | 370 visitMemoryReference(I, CS.getArgument(0), MemoryLocation::UnknownSize, 0, in visitCallSite() 374 visitMemoryReference(I, CS.getArgument(0), MemoryLocation::UnknownSize, 0, in visitCallSite() 376 visitMemoryReference(I, CS.getArgument(1), MemoryLocation::UnknownSize, 0, in visitCallSite() 380 visitMemoryReference(I, CS.getArgument(0), MemoryLocation::UnknownSize, 0, in visitCallSite() 388 visitMemoryReference(I, CS.getArgument(0), MemoryLocation::UnknownSize, 0, in visitCallSite()
|
D | MemoryBuiltins.cpp | 672 APInt Size(IntTyBits, GetStringLength(CS.getArgument(0))); in visitCallSite() 679 dyn_cast<ConstantInt>(CS.getArgument(FnData->FstParam)); in visitCallSite() 690 ConstantInt *Arg = dyn_cast<ConstantInt>(CS.getArgument(FnData->FstParam)); in visitCallSite() 702 Arg = dyn_cast<ConstantInt>(CS.getArgument(FnData->SndParam)); in visitCallSite() 941 Value *FirstArg = CS.getArgument(FnData->FstParam); in visitCallSite() 946 Value *SecondArg = CS.getArgument(FnData->SndParam); in visitCallSite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CallPromotionUtils.cpp | 352 Type *ActualTy = CS.getArgument(I)->getType(); in isLegalToPromote() 404 auto *Arg = CS.getArgument(ArgNo); in promoteCall()
|
D | InlineFunction.cpp | 1164 Value *ArgVal = CS.getArgument(Arg.getArgNo()); in AddAlignmentAssumptions()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Coroutine.hpp | 130 Value *arg = Nucleus::getArgument(index); in Arg()
|
D | Nucleus.hpp | 175 static Value *getArgument(unsigned int index);
|
D | Reactor.hpp | 2625 Value *arg = Nucleus::getArgument(index); in Arg()
|
D | LLVMReactor.cpp | 704 Value *Nucleus::getArgument(unsigned int index) in getArgument() function in rr::Nucleus
|
D | SubzeroReactor.cpp | 1150 Value *Nucleus::getArgument(unsigned int index) in getArgument() function in rr::Nucleus
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Statepoint.h | 180 ValueTy *getArgument(unsigned Index) { in getArgument() function
|
D | CallSite.h | 193 ValTy *getArgument(unsigned ArgNo) const { in getArgument() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 1680 IRB.CreateStore(DFSF.getShadow(CS.getArgument(i)), in visitCallSite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 8127 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in visitInlineAsm() 8722 SDValue OpVal = Builder.getValue(CS.getArgument(i)); in addStackMapLiveVars() 8826 SDValue NArgVal = getValue(CS.getArgument(PatchPointOpers::NArgPos)); in visitPatchpoint() 8885 Ops.push_back(getValue(CS.getArgument(i))); in visitPatchpoint()
|
D | TargetLowering.cpp | 4274 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in ParseConstraints() 4292 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in ParseConstraints()
|