Home
last modified time | relevance | path

Searched refs:LoadValue (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp557 struct LoadValue { struct in __anon0a18f2bf0311::EarlyCSE
563 LoadValue() = default;
564 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() argument
572 ScopedHashTableVal<Value *, LoadValue>>;
574 ScopedHashTable<Value *, LoadValue, DenseMapInfo<Value *>,
823 Value *getMatchingValue(LoadValue &InVal, ParseMemoryInst &MemInst,
1105 Value *EarlyCSE::getMatchingValue(LoadValue &InVal, ParseMemoryInst &MemInst, in getMatchingValue()
1407 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode()
1427 LoadValue(&Inst, CurrentGeneration, in processNode()
1490 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp299 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 DPPCHazardRecognizers.h95 const Value *LoadValue) const;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_vector.td601 llvm::Value *LoadValue = Builder.CreateCall(F, Ops, "");
602 llvm::Value *V = Builder.CreateExtractValue(LoadValue, {0});
620 llvm::Value *LoadValue = Builder.CreateCall(F, Ops, "");
813 llvm::Value *LoadValue = Builder.CreateCall(F, Operands, "");
838 llvm::Value *LoadValue = Builder.CreateCall(F, Operands, "");
884 llvm::Value *LoadValue = Builder.CreateCall(F, Operands, "");
911 llvm::Value *LoadValue = Builder.CreateCall(F, Operands, "");
957 llvm::Value *LoadValue = Builder.CreateCall(F, Operands, "");
983 llvm::Value *LoadValue = Builder.CreateCall(F, Operands, "");
1023 llvm::Value *LoadValue = Builder.CreateCall(F, Operands, "");
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1707 CallBlockRelease(Address Addr, BlockFieldFlags Flags, bool LoadValue, in CallBlockRelease()
1709 : Addr(Addr), FieldFlags(Flags), LoadBlockVarAddr(LoadValue), in CallBlockRelease()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp551 auto &LoadValue = MI.getOperand(0); in applyCombineExtendingLoads() local
553 for (auto &UseMO : MRI.use_operands(LoadValue.getReg())) in applyCombineExtendingLoads()