| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXLowerAlloca.cpp | 90 LI->setOperand(LI->getPointerOperandIndex(), NewASCToGeneric); in runOnFunction() 96 SI->setOperand(SI->getPointerOperandIndex(), NewASCToGeneric); in runOnFunction() 101 GI->setOperand(GI->getPointerOperandIndex(), NewASCToGeneric); in runOnFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 798 Interesting.emplace_back(I, LI->getPointerOperandIndex(), false, in getInterestingMemoryOperands() 803 Interesting.emplace_back(I, SI->getPointerOperandIndex(), true, in getInterestingMemoryOperands() 808 Interesting.emplace_back(I, RMW->getPointerOperandIndex(), true, in getInterestingMemoryOperands() 813 Interesting.emplace_back(I, XCHG->getPointerOperandIndex(), true, in getInterestingMemoryOperands() 828 static unsigned getPointerOperandIndex(Instruction *I) { in getPointerOperandIndex() function 830 return LI->getPointerOperandIndex(); in getPointerOperandIndex() 832 return SI->getPointerOperandIndex(); in getPointerOperandIndex() 834 return RMW->getPointerOperandIndex(); in getPointerOperandIndex() 836 return XCHG->getPointerOperandIndex(); in getPointerOperandIndex() 856 I->setOperand(getPointerOperandIndex(I), UntaggedPtr); in untagPointerOperand()
|
| H A D | AddressSanitizer.cpp | 1333 Interesting.emplace_back(I, LI->getPointerOperandIndex(), false, in getInterestingMemoryOperands() 1338 Interesting.emplace_back(I, SI->getPointerOperandIndex(), true, in getInterestingMemoryOperands() 1343 Interesting.emplace_back(I, RMW->getPointerOperandIndex(), true, in getInterestingMemoryOperands() 1348 Interesting.emplace_back(I, XCHG->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Operator.h | 418 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function 522 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
|
| H A D | Instructions.h | 266 static unsigned getPointerOperandIndex() { return 0U; } in getPointerOperandIndex() function 403 static unsigned getPointerOperandIndex() { return 1U; } in getPointerOperandIndex() function 653 static unsigned getPointerOperandIndex() { return 0U; } 887 static unsigned getPointerOperandIndex() { return 0U; } 1071 static unsigned getPointerOperandIndex() { 1818 static unsigned getPointerOperandIndex() { return 0U; } 5251 static unsigned getPointerOperandIndex() { return 0U; } 5356 static unsigned getPointerOperandIndex() {
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ArgumentPromotion.cpp | 380 LI->setOperand(LoadInst::getPointerOperandIndex(), GetAlloca(Ptr)); in doPromotion() 387 SI->setOperand(StoreInst::getPointerOperandIndex(), GetAlloca(Ptr)); in doPromotion() 603 U->getOperandNo() == StoreInst::getPointerOperandIndex()) { in findArgParts()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InferAddressSpaces.cpp | 1018 return OpNo == LoadInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace() 1022 return OpNo == StoreInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace() 1026 return OpNo == AtomicRMWInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace() 1030 return OpNo == AtomicCmpXchgInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
|
| H A D | AlignmentFromAssumptions.cpp | 271 if (SI && SI->getPointerOperandIndex() != U.getOperandNo()) in processAssumption()
|
| H A D | SROA.cpp | 1873 CondMemOp.setOperand(I.getPointerOperandIndex(), Ptr); in rewriteMemOpOfSelect() 4337 if (S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex())) in presplitLoadsAndStores() 4504 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores() 4658 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores()
|
| H A D | LICM.cpp | 2089 if (U.getOperandNo() != StoreInst::getPointerOperandIndex()) in promoteLoopAccessesToScalars()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteOutArguments.cpp | 136 U->getOperandNo() != StoreInst::getPointerOperandIndex()) in getStoredType()
|
| H A D | AMDGPUPromoteAlloca.cpp | 693 U->getOperandNo() != StoreInst::getPointerOperandIndex()) in tryPromoteAllocaToVector()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 1016 unsigned PtrX = LoadInst::getPointerOperandIndex(); in separateConstantChains() 1020 unsigned PtrX = StoreInst::getPointerOperandIndex(); in separateConstantChains()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 5131 if (U.getOperandNo() != StoreInst::getPointerOperandIndex()) in FindAllMemoryUses() 5138 if (U.getOperandNo() != AtomicRMWInst::getPointerOperandIndex()) in FindAllMemoryUses() 5145 if (U.getOperandNo() != AtomicCmpXchgInst::getPointerOperandIndex()) in FindAllMemoryUses()
|