Home
last modified time | relevance | path

Searched refs:MemI (Results 26 – 50 of 199) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp189 bool alreadyPrepared(Loop *L, Instruction* MemI,
274 static Value *GetPointerOperand(Value *MemI) { in GetPointerOperand() argument
275 if (LoadInst *LMemI = dyn_cast<LoadInst>(MemI)) { in GetPointerOperand()
311 assert((MemI && GetPointerOperand(MemI)) && in addOneCandidate()
327 Buckets.push_back(Bucket(LSCEV, MemI)); in addOneCandidate()
339 Instruction *MemI; in collectCandidates() local
342 MemI = LMemI; in collectCandidates()
345 MemI = SMemI; in collectCandidates()
349 MemI = IMemI; in collectCandidates()
503 Value *BasePtr = GetPointerOperand(MemI); in rewriteLoadStores()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp189 bool alreadyPrepared(Loop *L, Instruction* MemI,
274 static Value *GetPointerOperand(Value *MemI) { in GetPointerOperand() argument
275 if (LoadInst *LMemI = dyn_cast<LoadInst>(MemI)) { in GetPointerOperand()
311 assert((MemI && GetPointerOperand(MemI)) && in addOneCandidate()
327 Buckets.push_back(Bucket(LSCEV, MemI)); in addOneCandidate()
339 Instruction *MemI; in collectCandidates() local
342 MemI = LMemI; in collectCandidates()
345 MemI = SMemI; in collectCandidates()
349 MemI = IMemI; in collectCandidates()
503 Value *BasePtr = GetPointerOperand(MemI); in rewriteLoadStores()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp189 bool alreadyPrepared(Loop *L, Instruction* MemI,
274 static Value *GetPointerOperand(Value *MemI) { in GetPointerOperand() argument
275 if (LoadInst *LMemI = dyn_cast<LoadInst>(MemI)) { in GetPointerOperand()
311 assert((MemI && GetPointerOperand(MemI)) && in addOneCandidate()
327 Buckets.push_back(Bucket(LSCEV, MemI)); in addOneCandidate()
339 Instruction *MemI; in collectCandidates() local
342 MemI = LMemI; in collectCandidates()
345 MemI = SMemI; in collectCandidates()
349 MemI = IMemI; in collectCandidates()
503 Value *BasePtr = GetPointerOperand(MemI); in rewriteLoadStores()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp189 bool alreadyPrepared(Loop *L, Instruction* MemI,
274 static Value *GetPointerOperand(Value *MemI) { in GetPointerOperand() argument
275 if (LoadInst *LMemI = dyn_cast<LoadInst>(MemI)) { in GetPointerOperand()
311 assert((MemI && GetPointerOperand(MemI)) && in addOneCandidate()
327 Buckets.push_back(Bucket(LSCEV, MemI)); in addOneCandidate()
339 Instruction *MemI; in collectCandidates() local
342 MemI = LMemI; in collectCandidates()
345 MemI = SMemI; in collectCandidates()
349 MemI = IMemI; in collectCandidates()
503 Value *BasePtr = GetPointerOperand(MemI); in rewriteLoadStores()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp189 bool alreadyPrepared(Loop *L, Instruction* MemI,
274 static Value *GetPointerOperand(Value *MemI) { in GetPointerOperand() argument
275 if (LoadInst *LMemI = dyn_cast<LoadInst>(MemI)) { in GetPointerOperand()
311 assert((MemI && GetPointerOperand(MemI)) && in addOneCandidate()
327 Buckets.push_back(Bucket(LSCEV, MemI)); in addOneCandidate()
339 Instruction *MemI; in collectCandidates() local
342 MemI = LMemI; in collectCandidates()
345 MemI = SMemI; in collectCandidates()
349 MemI = IMemI; in collectCandidates()
503 Value *BasePtr = GetPointerOperand(MemI); in rewriteLoadStores()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp189 bool alreadyPrepared(Loop *L, Instruction* MemI,
274 static Value *GetPointerOperand(Value *MemI) { in GetPointerOperand() argument
275 if (LoadInst *LMemI = dyn_cast<LoadInst>(MemI)) { in GetPointerOperand()
311 assert((MemI && GetPointerOperand(MemI)) && in addOneCandidate()
327 Buckets.push_back(Bucket(LSCEV, MemI)); in addOneCandidate()
339 Instruction *MemI; in collectCandidates() local
342 MemI = LMemI; in collectCandidates()
345 MemI = SMemI; in collectCandidates()
349 MemI = IMemI; in collectCandidates()
503 Value *BasePtr = GetPointerOperand(MemI); in rewriteLoadStores()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp187 bool alreadyPrepared(Loop *L, Instruction* MemI,
272 static Value *GetPointerOperand(Value *MemI) { in GetPointerOperand() argument
273 if (LoadInst *LMemI = dyn_cast<LoadInst>(MemI)) { in GetPointerOperand()
275 } else if (StoreInst *SMemI = dyn_cast<StoreInst>(MemI)) { in GetPointerOperand()
312 assert((MemI && GetPointerOperand(MemI)) && in addOneCandidate()
319 B.Elements.push_back(BucketElement(CDiff, MemI)); in addOneCandidate()
328 Buckets.push_back(Bucket(LSCEV, MemI)); in addOneCandidate()
507 Instruction *MemI = BucketChain.Elements.begin()->Instr; in rewriteLoadStores() local
508 Value *BasePtr = GetPointerOperand(MemI); in rewriteLoadStores()
549 getInstrName(MemI, PHINodeNameSuffix), in rewriteLoadStores()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp187 bool alreadyPrepared(Loop *L, Instruction* MemI,
272 static Value *GetPointerOperand(Value *MemI) { in GetPointerOperand() argument
273 if (LoadInst *LMemI = dyn_cast<LoadInst>(MemI)) { in GetPointerOperand()
275 } else if (StoreInst *SMemI = dyn_cast<StoreInst>(MemI)) { in GetPointerOperand()
312 assert((MemI && GetPointerOperand(MemI)) && in addOneCandidate()
319 B.Elements.push_back(BucketElement(CDiff, MemI)); in addOneCandidate()
328 Buckets.push_back(Bucket(LSCEV, MemI)); in addOneCandidate()
507 Instruction *MemI = BucketChain.Elements.begin()->Instr; in rewriteLoadStores() local
508 Value *BasePtr = GetPointerOperand(MemI); in rewriteLoadStores()
549 getInstrName(MemI, PHINodeNameSuffix), in rewriteLoadStores()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp187 bool alreadyPrepared(Loop *L, Instruction* MemI,
272 static Value *GetPointerOperand(Value *MemI) { in GetPointerOperand() argument
273 if (LoadInst *LMemI = dyn_cast<LoadInst>(MemI)) { in GetPointerOperand()
275 } else if (StoreInst *SMemI = dyn_cast<StoreInst>(MemI)) { in GetPointerOperand()
312 assert((MemI && GetPointerOperand(MemI)) && in addOneCandidate()
319 B.Elements.push_back(BucketElement(CDiff, MemI)); in addOneCandidate()
328 Buckets.push_back(Bucket(LSCEV, MemI)); in addOneCandidate()
507 Instruction *MemI = BucketChain.Elements.begin()->Instr; in rewriteLoadStores() local
508 Value *BasePtr = GetPointerOperand(MemI); in rewriteLoadStores()
549 getInstrName(MemI, PHINodeNameSuffix), in rewriteLoadStores()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp187 bool alreadyPrepared(Loop *L, Instruction* MemI,
272 static Value *GetPointerOperand(Value *MemI) { in GetPointerOperand() argument
273 if (LoadInst *LMemI = dyn_cast<LoadInst>(MemI)) { in GetPointerOperand()
275 } else if (StoreInst *SMemI = dyn_cast<StoreInst>(MemI)) { in GetPointerOperand()
312 assert((MemI && GetPointerOperand(MemI)) && in addOneCandidate()
319 B.Elements.push_back(BucketElement(CDiff, MemI)); in addOneCandidate()
328 Buckets.push_back(Bucket(LSCEV, MemI)); in addOneCandidate()
507 Instruction *MemI = BucketChain.Elements.begin()->Instr; in rewriteLoadStores() local
508 Value *BasePtr = GetPointerOperand(MemI); in rewriteLoadStores()
549 getInstrName(MemI, PHINodeNameSuffix), in rewriteLoadStores()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp187 bool alreadyPrepared(Loop *L, Instruction* MemI,
272 static Value *GetPointerOperand(Value *MemI) { in GetPointerOperand() argument
273 if (LoadInst *LMemI = dyn_cast<LoadInst>(MemI)) { in GetPointerOperand()
275 } else if (StoreInst *SMemI = dyn_cast<StoreInst>(MemI)) { in GetPointerOperand()
312 assert((MemI && GetPointerOperand(MemI)) && in addOneCandidate()
319 B.Elements.push_back(BucketElement(CDiff, MemI)); in addOneCandidate()
328 Buckets.push_back(Bucket(LSCEV, MemI)); in addOneCandidate()
507 Instruction *MemI = BucketChain.Elements.begin()->Instr; in rewriteLoadStores() local
508 Value *BasePtr = GetPointerOperand(MemI); in rewriteLoadStores()
549 getInstrName(MemI, PHINodeNameSuffix), in rewriteLoadStores()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp237 Instruction *MemI; member
241 : LSCEVAddRec(L), InsertPt(nullptr), Writes(false), MemI(nullptr) { in Prefetch()
252 MemI = I; in addInstruction()
321 Instruction *MemI; in runOnLoop() local
324 MemI = LMemI; in runOnLoop()
328 MemI = SMemI; in runOnLoop()
355 Pref.addInstruction(MemI, DT, PD); in runOnLoop()
362 Prefetches.push_back(Prefetch(LSCEVAddRec, MemI)); in runOnLoop()
408 << *P.MemI->getOperand(isa<LoadInst>(P.MemI) ? 0 : 1) in runOnLoop()
411 return OptimizationRemark(DEBUG_TYPE, "Prefetched", P.MemI) in runOnLoop()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp239 Instruction *MemI; member
243 : LSCEVAddRec(L), InsertPt(nullptr), Writes(false), MemI(nullptr) { in Prefetch()
254 MemI = I; in addInstruction()
323 Instruction *MemI; in runOnLoop() local
326 MemI = LMemI; in runOnLoop()
330 MemI = SMemI; in runOnLoop()
357 Pref.addInstruction(MemI, DT, PD); in runOnLoop()
364 Prefetches.push_back(Prefetch(LSCEVAddRec, MemI)); in runOnLoop()
410 << *P.MemI->getOperand(isa<LoadInst>(P.MemI) ? 0 : 1) in runOnLoop()
413 return OptimizationRemark(DEBUG_TYPE, "Prefetched", P.MemI) in runOnLoop()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp237 Instruction *MemI; member
241 : LSCEVAddRec(L), InsertPt(nullptr), Writes(false), MemI(nullptr) { in Prefetch()
252 MemI = I; in addInstruction()
321 Instruction *MemI; in runOnLoop() local
324 MemI = LMemI; in runOnLoop()
328 MemI = SMemI; in runOnLoop()
355 Pref.addInstruction(MemI, DT, PD); in runOnLoop()
362 Prefetches.push_back(Prefetch(LSCEVAddRec, MemI)); in runOnLoop()
408 << *P.MemI->getOperand(isa<LoadInst>(P.MemI) ? 0 : 1) in runOnLoop()
411 return OptimizationRemark(DEBUG_TYPE, "Prefetched", P.MemI) in runOnLoop()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp239 Instruction *MemI; member
243 : LSCEVAddRec(L), InsertPt(nullptr), Writes(false), MemI(nullptr) { in Prefetch()
254 MemI = I; in addInstruction()
323 Instruction *MemI; in runOnLoop() local
326 MemI = LMemI; in runOnLoop()
330 MemI = SMemI; in runOnLoop()
357 Pref.addInstruction(MemI, DT, PD); in runOnLoop()
364 Prefetches.push_back(Prefetch(LSCEVAddRec, MemI)); in runOnLoop()
410 << *P.MemI->getOperand(isa<LoadInst>(P.MemI) ? 0 : 1) in runOnLoop()
413 return OptimizationRemark(DEBUG_TYPE, "Prefetched", P.MemI) in runOnLoop()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp237 Instruction *MemI; member
241 : LSCEVAddRec(L), InsertPt(nullptr), Writes(false), MemI(nullptr) { in Prefetch()
252 MemI = I; in addInstruction()
321 Instruction *MemI; in runOnLoop() local
324 MemI = LMemI; in runOnLoop()
328 MemI = SMemI; in runOnLoop()
355 Pref.addInstruction(MemI, DT, PD); in runOnLoop()
362 Prefetches.push_back(Prefetch(LSCEVAddRec, MemI)); in runOnLoop()
408 << *P.MemI->getOperand(isa<LoadInst>(P.MemI) ? 0 : 1) in runOnLoop()
411 return OptimizationRemark(DEBUG_TYPE, "Prefetched", P.MemI) in runOnLoop()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp237 Instruction *MemI; member
241 : LSCEVAddRec(L), InsertPt(nullptr), Writes(false), MemI(nullptr) { in Prefetch()
252 MemI = I; in addInstruction()
321 Instruction *MemI; in runOnLoop() local
324 MemI = LMemI; in runOnLoop()
328 MemI = SMemI; in runOnLoop()
355 Pref.addInstruction(MemI, DT, PD); in runOnLoop()
362 Prefetches.push_back(Prefetch(LSCEVAddRec, MemI)); in runOnLoop()
408 << *P.MemI->getOperand(isa<LoadInst>(P.MemI) ? 0 : 1) in runOnLoop()
411 return OptimizationRemark(DEBUG_TYPE, "Prefetched", P.MemI) in runOnLoop()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp239 Instruction *MemI; member
243 : LSCEVAddRec(L), InsertPt(nullptr), Writes(false), MemI(nullptr) { in Prefetch()
254 MemI = I; in addInstruction()
323 Instruction *MemI; in runOnLoop() local
326 MemI = LMemI; in runOnLoop()
330 MemI = SMemI; in runOnLoop()
357 Pref.addInstruction(MemI, DT, PD); in runOnLoop()
364 Prefetches.push_back(Prefetch(LSCEVAddRec, MemI)); in runOnLoop()
410 << *P.MemI->getOperand(isa<LoadInst>(P.MemI) ? 0 : 1) in runOnLoop()
413 return OptimizationRemark(DEBUG_TYPE, "Prefetched", P.MemI) in runOnLoop()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp243 Instruction *MemI; member
247 : LSCEVAddRec(L), InsertPt(nullptr), Writes(false), MemI(nullptr) { in Prefetch()
258 MemI = I; in addInstruction()
327 Instruction *MemI; in runOnLoop() local
330 MemI = LMemI; in runOnLoop()
334 MemI = SMemI; in runOnLoop()
361 Pref.addInstruction(MemI, DT, PD); in runOnLoop()
368 Prefetches.push_back(Prefetch(LSCEVAddRec, MemI)); in runOnLoop()
414 << *P.MemI->getOperand(isa<LoadInst>(P.MemI) ? 0 : 1) in runOnLoop()
417 return OptimizationRemark(DEBUG_TYPE, "Prefetched", P.MemI) in runOnLoop()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp239 Instruction *MemI; member
243 : LSCEVAddRec(L), InsertPt(nullptr), Writes(false), MemI(nullptr) { in Prefetch()
254 MemI = I; in addInstruction()
323 Instruction *MemI; in runOnLoop() local
326 MemI = LMemI; in runOnLoop()
330 MemI = SMemI; in runOnLoop()
357 Pref.addInstruction(MemI, DT, PD); in runOnLoop()
364 Prefetches.push_back(Prefetch(LSCEVAddRec, MemI)); in runOnLoop()
410 << *P.MemI->getOperand(isa<LoadInst>(P.MemI) ? 0 : 1) in runOnLoop()
413 return OptimizationRemark(DEBUG_TYPE, "Prefetched", P.MemI) in runOnLoop()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp237 Instruction *MemI; member
241 : LSCEVAddRec(L), InsertPt(nullptr), Writes(false), MemI(nullptr) { in Prefetch()
252 MemI = I; in addInstruction()
321 Instruction *MemI; in runOnLoop() local
324 MemI = LMemI; in runOnLoop()
328 MemI = SMemI; in runOnLoop()
355 Pref.addInstruction(MemI, DT, PD); in runOnLoop()
362 Prefetches.push_back(Prefetch(LSCEVAddRec, MemI)); in runOnLoop()
408 << *P.MemI->getOperand(isa<LoadInst>(P.MemI) ? 0 : 1) in runOnLoop()
411 return OptimizationRemark(DEBUG_TYPE, "Prefetched", P.MemI) in runOnLoop()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp239 Instruction *MemI;
243 : LSCEVAddRec(L), InsertPt(nullptr), Writes(false), MemI(nullptr) {
254 MemI = I;
323 Instruction *MemI;
326 MemI = LMemI;
330 MemI = SMemI;
357 Pref.addInstruction(MemI, DT, PD);
364 Prefetches.push_back(Prefetch(LSCEVAddRec, MemI));
410 << *P.MemI->getOperand(isa<LoadInst>(P.MemI) ? 0 : 1)
413 return OptimizationRemark(DEBUG_TYPE, "Prefetched", P.MemI)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/codegen/
H A DBMI1.java42 MemI imy = new MemI(iy); in main()
233 static class MemI { class in BMI1
236 public MemI(int x) { in MemI() method in BMI1.MemI
258 static int andnl(int src1, MemI src2) { in andnl()
274 static int blsil(MemI src1) { in blsil()
290 static int blsmskl(MemI src1) { in blsmskl()
306 static int blsrl(MemI src1) { in blsrl()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/codegen/
H A DBMI1.java42 MemI imy = new MemI(iy); in main()
233 static class MemI { class in BMI1
236 public MemI(int x) { in MemI() method in BMI1.MemI
258 static int andnl(int src1, MemI src2) { in andnl()
274 static int blsil(MemI src1) { in blsil()
290 static int blsmskl(MemI src1) { in blsmskl()
306 static int blsrl(MemI src1) { in blsrl()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/codegen/
H A DBMI1.java42 MemI imy = new MemI(iy); in main()
233 static class MemI { class in BMI1
236 public MemI(int x) { in MemI() method in BMI1.MemI
258 static int andnl(int src1, MemI src2) { in andnl()
274 static int blsil(MemI src1) { in blsil()
290 static int blsmskl(MemI src1) { in blsmskl()
306 static int blsrl(MemI src1) { in blsrl()

12345678