Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp557 struct LoadValue { struct in __anon16fc0a160311::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 …]
/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A Driscv_vector.td595 llvm::Value *LoadValue = Builder.CreateCall(F, Ops, "");
596 llvm::Value *V = Builder.CreateExtractValue(LoadValue, {0});
600 Builder.CreateStore(Builder.CreateExtractValue(LoadValue, {1}),
614 llvm::Value *LoadValue = Builder.CreateCall(F, Ops, "");
615 llvm::Value *V = Builder.CreateExtractValue(LoadValue, {0});
619 Builder.CreateStore(Builder.CreateExtractValue(LoadValue, {1}),
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp450 auto &LoadValue = MI.getOperand(0); in matchCombineExtendingLoads() local
451 assert(LoadValue.isReg() && "Result wasn't a register?"); in matchCombineExtendingLoads()
453 LLT LoadValueTy = MRI.getType(LoadValue.getReg()); in matchCombineExtendingLoads()
481 for (auto &UseMI : MRI.use_nodbg_instructions(LoadValue.getReg())) { in matchCombineExtendingLoads()
553 auto &LoadValue = MI.getOperand(0); in applyCombineExtendingLoads() local
555 for (auto &UseMO : MRI.use_operands(LoadValue.getReg())) in applyCombineExtendingLoads()
/netbsd-src/external/apache2/llvm/dist/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()