Searched defs:LoadValue (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 281 struct LoadValue { struct in __anon3c76a8a30311::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() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 519 struct LoadValue { struct in __anon3e2ed5c50311::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() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 576 struct LoadValue { struct in __anoncac7ad4b0311::EarlyCSE 577 Instruction *DefInst = nullptr; 578 unsigned Generation = 0; 579 int MatchingId = -1; 580 bool IsAtomic = false; 583 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() argument
|
/aosp_15_r20/external/libchrome/components/json_schema/ |
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
H A D | xla_framework_to_llvm_pass.cc | 82 Value LoadValue(ConversionPatternRewriter &rewriter, Location loc, in LoadValue() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 400 auto &LoadValue = MI.getOperand(0); in matchCombineExtendingLoads() local 487 auto &LoadValue = MI.getOperand(0); in applyCombineExtendingLoads() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 617 auto &LoadValue = MI.getOperand(0); in applyCombineExtendingLoads() local
|