/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 281 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/ |
D | EarlyCSE.cpp | 519 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/ |
D | EarlyCSE.cpp | 537 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/ |
D | PPCHazardRecognizers.cpp | 302 const Value *LoadValue) const { in isLoadOfStoredAddress() 305 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i]) in isLoadOfStoredAddress() 310 if (StoreValue[i] == LoadValue) { in isLoadOfStoredAddress()
|
D | PPCHazardRecognizers.h | 96 const Value *LoadValue) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 299 const Value *LoadValue) const { in isLoadOfStoredAddress() 302 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i]) in isLoadOfStoredAddress() 307 if (StoreValue[i] == LoadValue) { in isLoadOfStoredAddress()
|
D | PPCHazardRecognizers.h | 95 const Value *LoadValue) const;
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 299 const Value *LoadValue) const { in isLoadOfStoredAddress() 302 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i]) in isLoadOfStoredAddress() 307 if (StoreValue[i] == LoadValue) { in isLoadOfStoredAddress()
|
D | PPCHazardRecognizers.h | 95 const Value *LoadValue) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CombinerHelper.cpp | 400 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/ |
D | json_schema_validator_unittest_base.cc | 28 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/ |
D | CombinerHelper.cpp | 385 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/ |
D | IslNodeBuilder.cpp | 952 auto *LoadValue = ExprBuilder.create(AccessExpr); in generateCopyStmt() local 956 Builder.CreateStore(LoadValue, StoreAddr); in generateCopyStmt()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 1704 CallBlockRelease(Address Addr, BlockFieldFlags Flags, bool LoadValue, in CallBlockRelease() 1706 : Addr(Addr), FieldFlags(Flags), LoadBlockVarAddr(LoadValue), in CallBlockRelease()
|