Searched refs:LoadValue (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 576 struct LoadValue { struct in __anon76457fe20311::EarlyCSE 582 LoadValue() = default; 583 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() argument 591 ScopedHashTableVal<Value *, LoadValue>>; 593 ScopedHashTable<Value *, LoadValue, DenseMapInfo<Value *>, 857 Value *getMatchingValue(LoadValue &InVal, ParseMemoryInst &MemInst, 1145 Value *EarlyCSE::getMatchingValue(LoadValue &InVal, ParseMemoryInst &MemInst, in getMatchingValue() 1471 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode() 1491 LoadValue(&Inst, CurrentGeneration, in processNode() 1554 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode() [all …]
|
| /openbsd-src/gnu/llvm/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;
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | riscv_vector.td | 665 llvm::Value *LoadValue = Builder.CreateCall(F, Ops, ""); 666 llvm::Value *V = Builder.CreateExtractValue(LoadValue, {0}); 673 llvm::Value *Val = Builder.CreateExtractValue(LoadValue, {1}); 964 llvm::Value *LoadValue = Builder.CreateCall(F, Operands, ""); 969 llvm::Value *Val = Builder.CreateExtractValue(LoadValue, {I}); 1030 llvm::Value *LoadValue = Builder.CreateCall(F, Operands, ""); 1034 llvm::Value *Val = Builder.CreateExtractValue(LoadValue, {I}); 1038 llvm::Value *Val = Builder.CreateExtractValue(LoadValue, {NF}); 1098 llvm::Value *LoadValue = Builder.CreateCall(F, Operands, ""); 1103 llvm::Value *Val = Builder.CreateExtractValue(LoadValue, {I}); [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1683 CallBlockRelease(Address Addr, BlockFieldFlags Flags, bool LoadValue, in CallBlockRelease() 1685 : Addr(Addr), FieldFlags(Flags), LoadBlockVarAddr(LoadValue), in CallBlockRelease()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 617 auto &LoadValue = MI.getOperand(0); in applyCombineExtendingLoads() local 619 for (auto &UseMO : MRI.use_operands(LoadValue.getReg())) in applyCombineExtendingLoads()
|