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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.h95 const Value *LoadValue) const;
H A DPPCHazardRecognizers.cpp299 const Value *LoadValue) const {
302 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i])
307 if (StoreValue[i] == LoadValue) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp519 struct LoadValue { struct in class:__anon5635::EarlyCSE
525 LoadValue() = default;
526 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, function in struct:__anon5635::EarlyCSE::LoadValue
534 ScopedHashTableVal<Value *, LoadValue>>;
536 ScopedHashTable<Value *, LoadValue, DenseMapInfo<Value *>,
1114 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand());
1145 LoadValue(Inst, CurrentGeneration, MemInst.getMatchingId(),
1207 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand());
1282 LoadValue(Inst, CurrentGeneration, MemInst.getMatchingId(),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp400 auto &LoadValue = MI.getOperand(0);
401 assert(LoadValue.isReg() && "Result wasn't a register?");
403 LLT LoadValueTy = MRI.getType(LoadValue.getReg());
431 for (auto &UseMI : MRI.use_instructions(LoadValue.getReg())) {
487 auto &LoadValue = MI.getOperand(0); local
489 for (auto &UseMO : MRI.use_operands(LoadValue.getReg()))
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1780 CallBlockRelease(Address Addr, BlockFieldFlags Flags, bool LoadValue, argument
1782 : Addr(Addr), FieldFlags(Flags), LoadBlockVarAddr(LoadValue),

Completed in 117 milliseconds