Searched refs:LoadValue (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 679 struct LoadValue { struct in __anon472e9e410411::EarlyCSE 686 LoadValue() = default; 687 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() argument 695 ScopedHashTableVal<Value *, LoadValue>>; 697 ScopedHashTable<Value *, LoadValue, DenseMapInfo<Value *>, 961 Value *getMatchingValue(LoadValue &InVal, ParseMemoryInst &MemInst, 1249 Value *EarlyCSE::getMatchingValue(LoadValue &InVal, ParseMemoryInst &MemInst, in getMatchingValue() 1580 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode() 1603 LoadValue(&Inst, CurrentGeneration, in processNode() 1692 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | riscv_vector.td | 75 llvm::Value *LoadValue = Builder.CreateCall(F, Ops, ""); 76 llvm::Value *V = Builder.CreateExtractValue(LoadValue, {0}); 83 llvm::Value *Val = Builder.CreateExtractValue(LoadValue, {1}); 771 llvm::Value *LoadValue = Builder.CreateCall(F, Operands, ""); 773 return LoadValue; 885 llvm::Value *LoadValue = Builder.CreateCall(F, Operands, ""); 897 llvm::Value *V = Builder.CreateExtractValue(LoadValue, {NF}); 960 llvm::Value *LoadValue = Builder.CreateCall(F, Operands, ""); 963 return LoadValue; 1075 llvm::Value *LoadValue = Builder.CreateCall(F, Operands, ""); [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1652 CallBlockRelease(Address Addr, BlockFieldFlags Flags, bool LoadValue, in CallBlockRelease() 1654 : Addr(Addr), FieldFlags(Flags), LoadBlockVarAddr(LoadValue), in CallBlockRelease()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 655 auto &LoadValue = MI.getOperand(0); in applyCombineExtendingLoads() local 657 for (auto &UseMO : MRI.use_operands(LoadValue.getReg())) in applyCombineExtendingLoads()
|