Home
last modified time | relevance | path

Searched refs:getArgOperandUse (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h981 const Use &getRawDestUse() const { return getArgOperandUse(ARG_DEST); } in getRawDestUse()
982 Use &getRawDestUse() { return getArgOperandUse(ARG_DEST); } in getRawDestUse()
987 const Use &getLengthUse() const { return getArgOperandUse(ARG_LENGTH); } in getLengthUse()
988 Use &getLengthUse() { return getArgOperandUse(ARG_LENGTH); } in getLengthUse()
1047 return BaseCL::getArgOperandUse(ARG_SOURCE); in getRawSourceUse()
1049 Use &getRawSourceUse() { return BaseCL::getArgOperandUse(ARG_SOURCE); } in getRawSourceUse()
1103 const Use &getValueUse() const { return BaseCL::getArgOperandUse(ARG_VALUE); } in getValueUse()
1104 Use &getValueUse() { return BaseCL::getArgOperandUse(ARG_VALUE); } in getValueUse()
H A DInstrTypes.h1303 const Use &getArgOperandUse(unsigned i) const {
1307 Use &getArgOperandUse(unsigned i) {
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DOverflowInstAnalysis.cpp63 Y = &II->getArgOperandUse(!XIdx); in isCheckForZeroAndMulWithOverflow()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1413 const Use &Src = II.getArgOperandUse(SrcIdx); in instCombineIntrinsic()
1425 const Use &Lane = II.getArgOperandUse(0); in instCombineIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp685 II->getArgOperandUse(0), NewAddrSpace, ValueWithNewAddrSpace, in cloneInstructionWithNewAddressSpace()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1382 Use getArgOperandUse(unsigned Idx) const { in getArgOperandUse() function
1386 Use getArgOperandUse(unsigned Idx) { in getArgOperandUse() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp6210 Ops.push_back(&II->getArgOperandUse(0)); in isProfitableToSinkOperands()
6211 Ops.push_back(&II->getArgOperandUse(1)); in isProfitableToSinkOperands()
6216 Ops.push_back(&II->getArgOperandUse(0)); in isProfitableToSinkOperands()
6221 Ops.push_back(&II->getArgOperandUse(1)); in isProfitableToSinkOperands()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h668 return IRPosition(const_cast<Use &>(CB.getArgOperandUse(ArgNo)),
1880 CB->getArgOperandUse(IRP.getCallSiteArgNo()), NV);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4385 Use &U = CB.getArgOperandUse(getCallSiteArgNo()); in manifest()
6597 ->getArgOperandUse(getCallSiteArgNo()); in manifest()