Home
last modified time | relevance | path

Searched refs:getArgument (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp244 New = CS.getArgument(A->getArgNo()); in PropagateConstantReturn()
269 New = CS.getArgument(A->getArgNo()); in PropagateConstantReturn()
DDeadArgumentElimination.cpp315 Value *Arg = CS.getArgument(ArgNo); in RemoveDeadArgumentsFromCallers()
446 assert(CS.getArgument(ArgNo) in SurveyUse()
DCalledValuePropagation.cpp287 CVPLatticeKey(CS.getArgument(A.getArgNo()), IPOGrouping::Register); in visitCallSite()
DArgumentPromotion.cpp498 if (!isDereferenceablePointer(CS.getArgument(ArgNo), Ty, DL)) in allCallersPassValidPointerForArgument()
DGlobalOpt.cpp717 if (CS.getArgument(i) == V) { in OptimizeAwayTrappingUsesOfValue()
DAttributor.cpp6620 if (!CS.getArgument(i)->getType()->isPointerTy()) in identifyDefaultAbstractAttributes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp840 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()
DDeadStoreElimination.cpp228 return MemoryLocation(CS.getArgument(0)); in getLocForWrite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLint.cpp370 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()
DMemoryBuiltins.cpp672 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/
DCallPromotionUtils.cpp352 Type *ActualTy = CS.getArgument(I)->getType(); in isLegalToPromote()
404 auto *Arg = CS.getArgument(ArgNo); in promoteCall()
DInlineFunction.cpp1164 Value *ArgVal = CS.getArgument(Arg.getArgNo()); in AddAlignmentAssumptions()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DCoroutine.hpp130 Value *arg = Nucleus::getArgument(index); in Arg()
DNucleus.hpp175 static Value *getArgument(unsigned int index);
DReactor.hpp2625 Value *arg = Nucleus::getArgument(index); in Arg()
DLLVMReactor.cpp704 Value *Nucleus::getArgument(unsigned int index) in getArgument() function in rr::Nucleus
DSubzeroReactor.cpp1150 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/
DStatepoint.h180 ValueTy *getArgument(unsigned Index) { in getArgument() function
DCallSite.h193 ValTy *getArgument(unsigned ArgNo) const { in getArgument() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1680 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/
DSelectionDAGBuilder.cpp8127 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()
DTargetLowering.cpp4274 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in ParseConstraints()
4292 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in ParseConstraints()