Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXLowerAlloca.cpp93 LI->setOperand(LI->getPointerOperandIndex(), NewASCToGeneric); in runOnFunction()
99 SI->setOperand(SI->getPointerOperandIndex(), NewASCToGeneric); in runOnFunction()
104 GI->setOperand(GI->getPointerOperandIndex(), NewASCToGeneric); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp765 return OpNo == LoadInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
769 return OpNo == StoreInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
773 return OpNo == AtomicRMWInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
777 return OpNo == AtomicCmpXchgInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
DSROA.cpp3702 if (S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex())) in presplitLoadsAndStores()
3879 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores()
4028 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp561 static unsigned getPointerOperandIndex(Instruction *I) { in getPointerOperandIndex() function
563 return LI->getPointerOperandIndex(); in getPointerOperandIndex()
565 return SI->getPointerOperandIndex(); in getPointerOperandIndex()
567 return RMW->getPointerOperandIndex(); in getPointerOperandIndex()
569 return XCHG->getPointerOperandIndex(); in getPointerOperandIndex()
588 I->setOperand(getPointerOperandIndex(I), UntaggedPtr); in untagPointerOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h493 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
572 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
DInstructions.h297 static unsigned getPointerOperandIndex() { return 0U; } in getPointerOperandIndex() function
431 static unsigned getPointerOperandIndex() { return 1U; } in getPointerOperandIndex() function
638 static unsigned getPointerOperandIndex() { return 0U; }
832 static unsigned getPointerOperandIndex() { return 0U; }
1036 static unsigned getPointerOperandIndex() {
1838 static unsigned getPointerOperandIndex() { return 0U; }
5138 static unsigned getPointerOperandIndex() { return 0U; }
5243 static unsigned getPointerOperandIndex() {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp179 U.getOperandNo() != StoreInst::getPointerOperandIndex()) in checkArgumentUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp1029 unsigned PtrX = LoadInst::getPointerOperandIndex(); in separateConstantChains()
1033 unsigned PtrX = StoreInst::getPointerOperandIndex(); in separateConstantChains()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp926 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI); in replaceGEPIdxWithZero()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4561 if (opNo != StoreInst::getPointerOperandIndex()) in FindAllMemoryUses()
4569 if (opNo != AtomicRMWInst::getPointerOperandIndex()) in FindAllMemoryUses()
4577 if (opNo != AtomicCmpXchgInst::getPointerOperandIndex()) in FindAllMemoryUses()