Searched refs:getPointerOperandIndex (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAlloca.cpp93 LI->setOperand(LI->getPointerOperandIndex(), NewASCToGeneric);
99 SI->setOperand(SI->getPointerOperandIndex(), NewASCToGeneric);
104 GI->setOperand(GI->getPointerOperandIndex(), NewASCToGeneric);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h493 static unsigned getPointerOperandIndex() { function in class:llvm::GEPOperator
572 static unsigned getPointerOperandIndex() { function in class:PtrToIntOperator
H A DInstructions.h297 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::LoadInst
431 static unsigned getPointerOperandIndex() { return 1U; } function in class:llvm::StoreInst
638 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::AtomicCmpXchgInst
832 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::AtomicRMWInst
1036 static unsigned getPointerOperandIndex() { function in class:llvm::GetElementPtrInst
1838 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::VAArgInst
5138 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst::PtrToIntInst
5243 static unsigned getPointerOperandIndex() { function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst::AddrSpaceCastInst
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp765 return OpNo == LoadInst::getPointerOperandIndex() &&
769 return OpNo == StoreInst::getPointerOperandIndex() &&
773 return OpNo == AtomicRMWInst::getPointerOperandIndex() &&
777 return OpNo == AtomicCmpXchgInst::getPointerOperandIndex() &&
H A DSROA.cpp3702 if (S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex()))
3879 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()),
4028 &PStore->getOperandUse(PStore->getPointerOperandIndex()),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp561 static unsigned getPointerOperandIndex(Instruction *I) { function
563 return LI->getPointerOperandIndex();
565 return SI->getPointerOperandIndex();
567 return RMW->getPointerOperandIndex();
569 return XCHG->getPointerOperandIndex();
588 I->setOperand(getPointerOperandIndex(I), UntaggedPtr);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp179 U.getOperandNo() != StoreInst::getPointerOperandIndex())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1029 unsigned PtrX = LoadInst::getPointerOperandIndex();
1033 unsigned PtrX = StoreInst::getPointerOperandIndex();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp926 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4561 if (opNo != StoreInst::getPointerOperandIndex())
4569 if (opNo != AtomicRMWInst::getPointerOperandIndex())
4577 if (opNo != AtomicCmpXchgInst::getPointerOperandIndex())

Completed in 475 milliseconds