Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp281 struct LoadValue { struct in __anone097c8540311::EarlyCSE
287 LoadValue() in LoadValue() function
290 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() function
296 ScopedHashTableVal<Value *, LoadValue>>
298 typedef ScopedHashTable<Value *, LoadValue, DenseMapInfo<Value *>,
636 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode()
660 LoadValue(Inst, CurrentGeneration, MemInst.getMatchingId(), in processNode()
714 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode()
772 LoadValue(Inst, CurrentGeneration, MemInst.getMatchingId(), in processNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp519 struct LoadValue { struct in __anon981229b60311::EarlyCSE
525 LoadValue() = default;
526 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() function
534 ScopedHashTableVal<Value *, LoadValue>>;
536 ScopedHashTable<Value *, LoadValue, DenseMapInfo<Value *>,
1114 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode()
1145 LoadValue(Inst, CurrentGeneration, MemInst.getMatchingId(), in processNode()
1207 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode()
1282 LoadValue(Inst, CurrentGeneration, MemInst.getMatchingId(), in processNode()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp537 struct LoadValue { struct in __anonc1abad420311::EarlyCSE
543 LoadValue() = default;
544 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() function
552 ScopedHashTableVal<Value *, LoadValue>>;
554 ScopedHashTable<Value *, LoadValue, DenseMapInfo<Value *>,
803 Value *getMatchingValue(LoadValue &InVal, ParseMemoryInst &MemInst,
1079 Value *EarlyCSE::getMatchingValue(LoadValue &InVal, ParseMemoryInst &MemInst, in getMatchingValue()
1374 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode()
1394 LoadValue(&Inst, CurrentGeneration, in processNode()
1457 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp302 const Value *LoadValue) const { in isLoadOfStoredAddress()
305 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i]) in isLoadOfStoredAddress()
310 if (StoreValue[i] == LoadValue) { in isLoadOfStoredAddress()
DPPCHazardRecognizers.h96 const Value *LoadValue) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
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()
DPPCHazardRecognizers.h95 const Value *LoadValue) const;
/external/llvm-project/llvm/lib/Target/PowerPC/
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()
DPPCHazardRecognizers.h95 const Value *LoadValue) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp400 auto &LoadValue = MI.getOperand(0); in matchCombineExtendingLoads() local
401 assert(LoadValue.isReg() && "Result wasn't a register?"); in matchCombineExtendingLoads()
403 LLT LoadValueTy = MRI.getType(LoadValue.getReg()); in matchCombineExtendingLoads()
431 for (auto &UseMI : MRI.use_instructions(LoadValue.getReg())) { in matchCombineExtendingLoads()
487 auto &LoadValue = MI.getOperand(0); in applyCombineExtendingLoads() local
489 for (auto &UseMO : MRI.use_operands(LoadValue.getReg())) in applyCombineExtendingLoads()
/external/libchrome/components/json_schema/
Djson_schema_validator_unittest_base.cc28 base::Value* LoadValue(const std::string& filename) { in LoadValue() function
47 base::Value* LoadValue(const std::string& filename, base::Value::Type type) { in LoadValue() function
48 std::unique_ptr<base::Value> result(LoadValue(filename)); in LoadValue()
60 LoadValue(filename, base::Value::Type::LIST)); in LoadList()
65 LoadValue(filename, base::Value::Type::DICTIONARY)); in LoadDictionary()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp385 auto &LoadValue = MI.getOperand(0); in matchCombineExtendingLoads() local
386 assert(LoadValue.isReg() && "Result wasn't a register?"); in matchCombineExtendingLoads()
388 LLT LoadValueTy = MRI.getType(LoadValue.getReg()); in matchCombineExtendingLoads()
416 for (auto &UseMI : MRI.use_nodbg_instructions(LoadValue.getReg())) { in matchCombineExtendingLoads()
485 auto &LoadValue = MI.getOperand(0); in applyCombineExtendingLoads() local
487 for (auto &UseMO : MRI.use_operands(LoadValue.getReg())) in applyCombineExtendingLoads()
/external/llvm-project/polly/lib/CodeGen/
DIslNodeBuilder.cpp952 auto *LoadValue = ExprBuilder.create(AccessExpr); in generateCopyStmt() local
956 Builder.CreateStore(LoadValue, StoreAddr); in generateCopyStmt()
/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.cpp1704 CallBlockRelease(Address Addr, BlockFieldFlags Flags, bool LoadValue, in CallBlockRelease()
1706 : Addr(Addr), FieldFlags(Flags), LoadBlockVarAddr(LoadValue), in CallBlockRelease()