Searched refs:LoadValue (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 552 struct LoadValue { struct in __anon5cb5eb3b0311::EarlyCSE 558 LoadValue() = default; 559 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() function 567 ScopedHashTableVal<Value *, LoadValue>>; 569 ScopedHashTable<Value *, LoadValue, DenseMapInfo<Value *>, 833 Value *getMatchingValue(LoadValue &InVal, ParseMemoryInst &MemInst, 1118 Value *EarlyCSE::getMatchingValue(LoadValue &InVal, ParseMemoryInst &MemInst, in getMatchingValue() 1437 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode() 1457 LoadValue(&Inst, CurrentGeneration, in processNode() 1520 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCHazardRecognizers.cpp | 299 const Value *LoadValue) const { in isLoadOfStoredAddress() 302 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i]) in isLoadOfStoredAddress() 307 if (StoreValue[i] == LoadValue) { in isLoadOfStoredAddress()
|
| H A D | PPCHazardRecognizers.h | 95 const Value *LoadValue) const;
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | riscv_vector.td | 622 llvm::Value *LoadValue = Builder.CreateCall(F, Ops, ""); 623 llvm::Value *V = Builder.CreateExtractValue(LoadValue, {0}); 642 llvm::Value *LoadValue = Builder.CreateCall(F, Ops, ""); 842 llvm::Value *LoadValue = Builder.CreateCall(F, Operands, ""); 868 llvm::Value *LoadValue = Builder.CreateCall(F, Operands, ""); 918 llvm::Value *LoadValue = Builder.CreateCall(F, Operands, ""); 946 llvm::Value *LoadValue = Builder.CreateCall(F, Operands, ""); 997 llvm::Value *LoadValue = Builder.CreateCall(F, Operands, ""); 1024 llvm::Value *LoadValue = Builder.CreateCall(F, Operands, ""); 1069 llvm::Value *LoadValue = Builder.CreateCall(F, Operands, ""); [all …]
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | IslNodeBuilder.cpp | 976 auto *LoadValue = ExprBuilder.create(AccessExpr); in generateCopyStmt() local 980 Builder.CreateStore(LoadValue, StoreAddr); in generateCopyStmt()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1687 CallBlockRelease(Address Addr, BlockFieldFlags Flags, bool LoadValue, in CallBlockRelease() 1689 : Addr(Addr), FieldFlags(Flags), LoadBlockVarAddr(LoadValue), in CallBlockRelease()
|
| /llvm-project-15.0.7/llvm/unittests/Frontend/ |
| H A D | OpenMPIRBuilderTest.cpp | 5033 LoadInst *LoadValue = in TEST_F() local 5035 Value *AddInst = Builder.CreateAdd(LoadValue, Builder.getInt64(64)); in TEST_F() 5043 LoadInst *LoadValue = in TEST_F() local 5045 Value *AddInst = Builder.CreateAdd(LoadValue, Builder.getInt32(32)); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 598 auto &LoadValue = MI.getOperand(0); in applyCombineExtendingLoads() local 600 for (auto &UseMO : MRI.use_operands(LoadValue.getReg())) in applyCombineExtendingLoads()
|