Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAlloca.cpp92 LI->setOperand(LI->getPointerOperandIndex(), NewASCToGeneric); in runOnBasicBlock()
97 SI->setOperand(SI->getPointerOperandIndex(), NewASCToGeneric); in runOnBasicBlock()
102 GI->setOperand(GI->getPointerOperandIndex(), NewASCToGeneric); in runOnBasicBlock()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp479 static unsigned getPointerOperandIndex(Instruction *I) { in getPointerOperandIndex() function
481 return LI->getPointerOperandIndex(); in getPointerOperandIndex()
483 return SI->getPointerOperandIndex(); in getPointerOperandIndex()
485 return RMW->getPointerOperandIndex(); in getPointerOperandIndex()
487 return XCHG->getPointerOperandIndex(); in getPointerOperandIndex()
506 I->setOperand(getPointerOperandIndex(I), UntaggedPtr); in untagPointerOperand()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp758 return OpNo == LoadInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
762 return OpNo == StoreInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
766 return OpNo == AtomicRMWInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
770 return OpNo == AtomicCmpXchgInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
H A DSROA.cpp3637 if (S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex())) in presplitLoadsAndStores()
3813 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores()
3959 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DOperator.h473 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
552 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
H A DInstructions.h287 static unsigned getPointerOperandIndex() { return 0U; } in getPointerOperandIndex() function
415 static unsigned getPointerOperandIndex() { return 1U; } in getPointerOperandIndex() function
620 static unsigned getPointerOperandIndex() { return 0U; }
798 static unsigned getPointerOperandIndex() { return 0U; }
998 static unsigned getPointerOperandIndex() {
1847 static unsigned getPointerOperandIndex() { return 0U; }
4835 static unsigned getPointerOperandIndex() { return 0U; }
4940 static unsigned getPointerOperandIndex() {
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp179 U.getOperandNo() != StoreInst::getPointerOperandIndex()) in checkArgumentUses()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1030 unsigned PtrX = LoadInst::getPointerOperandIndex(); in separateConstantChains()
1034 unsigned PtrX = StoreInst::getPointerOperandIndex(); in separateConstantChains()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp959 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI); in replaceGEPIdxWithZero()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4288 if (opNo != StoreInst::getPointerOperandIndex()) in FindAllMemoryUses()
4296 if (opNo != AtomicRMWInst::getPointerOperandIndex()) in FindAllMemoryUses()
4304 if (opNo != AtomicCmpXchgInst::getPointerOperandIndex()) in FindAllMemoryUses()