Home
last modified time | relevance | path

Searched refs:getArgument (Results 1 - 23 of 23) sorted by relevance

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

Completed in 77 milliseconds