Searched refs:Gep (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVNHoist.cpp | 851 Instruction *Gep) const { in makeGepsAvailable() 852 assert(allGepOperandsAvailable(Gep, HoistPt) && in makeGepsAvailable() 855 Instruction *ClonedGep = Gep->clone(); in makeGepsAvailable() 856 for (unsigned i = 0, e = Gep->getNumOperands(); i != e; ++i) in makeGepsAvailable() 857 if (Instruction *Op = dyn_cast<Instruction>(Gep->getOperand(i))) { in makeGepsAvailable() 888 Repl->replaceUsesOfWith(Gep, ClonedGep); in makeGepsAvailable() 979 GetElementPtrInst *Gep = nullptr; in makeGepOperandsAvailable() local 982 Gep = dyn_cast<GetElementPtrInst>(Ld->getPointerOperand()); in makeGepOperandsAvailable() 984 Gep = dyn_cast<GetElementPtrInst>(St->getPointerOperand()); in makeGepOperandsAvailable() 998 if (!Gep || !allGepOperandsAvailable(Gep, HoistPt)) in makeGepOperandsAvailable() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScalarizeMaskedMemIntrin.cpp | 168 Value *Gep = Builder.CreateConstInBoundsGEP1_32(EltTy, FirstEltPtr, Idx); in scalarizeMaskedLoad() local 169 LoadInst *Load = Builder.CreateAlignedLoad(EltTy, Gep, AlignVal); in scalarizeMaskedLoad() 212 Value *Gep = Builder.CreateConstInBoundsGEP1_32(EltTy, FirstEltPtr, Idx); in scalarizeMaskedLoad() local 213 LoadInst *Load = Builder.CreateAlignedLoad(EltTy, Gep, AlignVal); in scalarizeMaskedLoad() 302 Value *Gep = Builder.CreateConstInBoundsGEP1_32(EltTy, FirstEltPtr, Idx); in scalarizeMaskedStore() local 303 Builder.CreateAlignedStore(OneElt, Gep, AlignVal); in scalarizeMaskedStore() 344 Value *Gep = Builder.CreateConstInBoundsGEP1_32(EltTy, FirstEltPtr, Idx); in scalarizeMaskedStore() local 345 Builder.CreateAlignedStore(OneElt, Gep, AlignVal); in scalarizeMaskedStore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroCleanup.cpp | 51 auto *Gep = Builder.CreateConstInBoundsGEP2_32(FrameTy, FramePtr, 0, Index); in lowerSubFn() local 52 auto *Load = Builder.CreateLoad(FrameTy->getElementType(Index), Gep); in lowerSubFn()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 129 unsigned llvm::getGEPInductionOperand(const GetElementPtrInst *Gep) { in getGEPInductionOperand() argument 130 const DataLayout &DL = Gep->getModule()->getDataLayout(); in getGEPInductionOperand() 131 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() 132 unsigned GEPAllocSize = DL.getTypeAllocSize(Gep->getResultElementType()); in getGEPInductionOperand() 135 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand() 137 gep_type_iterator GEPTI = gep_type_begin(Gep); in getGEPInductionOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | VectorUtils.h | 202 unsigned getGEPInductionOperand(const GetElementPtrInst *Gep);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstructionSelector.cpp | 4437 MachineInstr *Gep = MRI.getVRegDef(Root.getReg()); in selectAddrModeRegisterOffset() local 4438 if (!Gep || Gep->getOpcode() != TargetOpcode::G_PTR_ADD) in selectAddrModeRegisterOffset() 4444 if (!MRI.hasOneUse(Gep->getOperand(0).getReg())) in selectAddrModeRegisterOffset() 4449 MIB.addUse(Gep->getOperand(1).getReg()); in selectAddrModeRegisterOffset() 4452 MIB.addUse(Gep->getOperand(2).getReg()); in selectAddrModeRegisterOffset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 5766 auto *Gep = dyn_cast<GetElementPtrInst>(Ptr); in getAddressAccessSCEV() local 5767 if (!Gep) in getAddressAccessSCEV() 5773 unsigned NumOperands = Gep->getNumOperands(); in getAddressAccessSCEV() 5775 Value *Opd = Gep->getOperand(i); in getAddressAccessSCEV()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instructions.h | 5277 if (auto *Gep = dyn_cast<GetElementPtrInst>(V)) 5278 return Gep->getPointerOperand();
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 63487 z)>pq`v*U{I-gNDsqVGR=VG^Duw*nUPowi~0q?u8ME8&{K2Ly>>U;&Gep&1V@WUIx{
|