Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp178 auto &LoadValue = MI.getOperand(0); in tryCombineExtendingLoads() local
179 assert(LoadValue.isReg() && "Result wasn't a register?"); in tryCombineExtendingLoads()
181 LLT LoadValueTy = MRI.getType(LoadValue.getReg()); in tryCombineExtendingLoads()
196 for (auto &UseMI : MRI.use_instructions(LoadValue.getReg())) { in tryCombineExtendingLoads()
228 for (auto &UseMO : MRI.use_operands(LoadValue.getReg())) { in tryCombineExtendingLoads()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp368 struct LoadValue { struct in __anonb85134700311::EarlyCSE
374 LoadValue() = default;
375 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() argument
383 ScopedHashTableVal<Value *, LoadValue>>;
385 ScopedHashTable<Value *, LoadValue, DenseMapInfo<Value *>,
982 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode()
1013 LoadValue(Inst, CurrentGeneration, MemInst.getMatchingId(), in processNode()
1075 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode()
1150 LoadValue(Inst, CurrentGeneration, MemInst.getMatchingId(), in processNode()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp301 const Value *LoadValue) const { in isLoadOfStoredAddress()
304 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i]) in isLoadOfStoredAddress()
309 if (StoreValue[i] == LoadValue) { in isLoadOfStoredAddress()
H A DPPCHazardRecognizers.h96 const Value *LoadValue) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp1791 CallBlockRelease(Address Addr, BlockFieldFlags Flags, bool LoadValue, in CallBlockRelease()
1793 : Addr(Addr), FieldFlags(Flags), LoadBlockVarAddr(LoadValue), in CallBlockRelease()