Home
last modified time | relevance | path

Searched defs:LoadValue (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp519 struct LoadValue { struct in __anon9d8f24f70311::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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp400 auto &LoadValue = MI.getOperand(0); in matchCombineExtendingLoads() local
487 auto &LoadValue = MI.getOperand(0); in applyCombineExtendingLoads() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dcode_generator.cc546 void CodeGenerator::LoadValue(ValueNode *node) { in LoadValue() function in mindspore::pijit::CodeGenerator