Searched defs:LoadValue (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 281 struct LoadValue { struct in __anone097c8540311::EarlyCSE 282 Instruction *DefInst; 283 unsigned Generation; 284 int MatchingId; 285 bool IsAtomic; 286 bool IsInvariant; 287 LoadValue() in LoadValue() argument 290 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() argument
|
/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
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 519 struct LoadValue { struct in __anon981229b60311::EarlyCSE 520 Instruction *DefInst = nullptr; 521 unsigned Generation = 0; 522 int MatchingId = -1; 523 bool IsAtomic = false; 526 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() function
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 537 struct LoadValue { struct in __anonc1abad420311::EarlyCSE 538 Instruction *DefInst = nullptr; 539 unsigned Generation = 0; 540 int MatchingId = -1; 541 bool IsAtomic = false; 544 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CombinerHelper.cpp | 400 auto &LoadValue = MI.getOperand(0); in matchCombineExtendingLoads() local 487 auto &LoadValue = MI.getOperand(0); in applyCombineExtendingLoads() local
|
/external/llvm-project/polly/lib/CodeGen/ |
D | IslNodeBuilder.cpp | 952 auto *LoadValue = ExprBuilder.create(AccessExpr); in generateCopyStmt() local
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | CombinerHelper.cpp | 385 auto &LoadValue = MI.getOperand(0); in matchCombineExtendingLoads() local 485 auto &LoadValue = MI.getOperand(0); in applyCombineExtendingLoads() local
|