/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LowerMatrixIntrinsics.cpp | 504 Changed |= VisitLoad(&Inst, Op1, Builder); in Visit() 784 bool VisitLoad(Instruction *Inst, Value *Ptr, IRBuilder<> &Builder) { in VisitLoad() function in __anon88f43b6e0111::LowerMatrixIntrinsics
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 698 void InstructionSelector::VisitLoad(Node* node, Node* value, in VisitLoad() function in v8::internal::compiler::InstructionSelector 710 void InstructionSelector::VisitLoad(Node* node) { in VisitLoad() function in v8::internal::compiler::InstructionSelector 713 VisitLoad(node, node, opcode); in VisitLoad() 2159 VisitLoad(node, node, SelectLoadOpcode(load_rep)); in VisitWord32AtomicLoad() 2398 VisitLoad(node, node, SelectLoadOpcode(load_rep)); in VISIT_ATOMIC64_BINOP() 2863 VisitLoad(node, node, opcode); in VisitLoadTransform()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | instruction-selector-x64.cc | 479 VisitLoad(node, node, code); in VisitLoadTransform() 482 void InstructionSelector::VisitLoad(Node* node, Node* value, in VisitLoad() function in v8::internal::compiler::InstructionSelector 509 void InstructionSelector::VisitLoad(Node* node) { in VisitLoad() function in v8::internal::compiler::InstructionSelector 512 VisitLoad(node, node, GetLoadOpcode(load_rep)); in VisitLoad() 515 void InstructionSelector::VisitProtectedLoad(Node* node) { VisitLoad(node); } in VisitProtectedLoad() 2880 VisitLoad(node, node, GetLoadOpcode(load_rep)); in VisitWord32AtomicLoad() 2889 VisitLoad(node, node, GetLoadOpcode(atomic_load_params.representation())); in VisitWord64AtomicLoad() 4048 VisitLoad(node, input, code); in VisitF64x2PromoteLowF32x4()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | instruction-selector-ia32.cc | 591 void InstructionSelector::VisitLoad(Node* node, Node* value, in VisitLoad() function in v8::internal::compiler::InstructionSelector 604 void InstructionSelector::VisitLoad(Node* node) { in VisitLoad() function in v8::internal::compiler::InstructionSelector 607 VisitLoad(node, node, GetLoadOpcode(load_rep)); in VisitLoad() 2031 VisitLoad(node, node, GetLoadOpcode(load_rep)); in VisitWord32AtomicLoad() 3243 VisitLoad(node, input, code); in VisitF64x2PromoteLowF32x4()
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | instruction-selector.h | 602 void VisitLoad(Node* node, Node* value, InstructionCode opcode);
|
D | instruction-selector.cc | 1465 return VisitLoad(node); in VisitNode()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 776 void InstructionSelector::VisitLoad(Node* node) { in VisitLoad() function in v8::internal::compiler::InstructionSelector 861 void InstructionSelector::VisitProtectedLoad(Node* node) { VisitLoad(node); } in VisitProtectedLoad()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | instruction-selector-ppc.cc | 259 void InstructionSelector::VisitLoad(Node* node) { in VisitLoad() function in v8::internal::compiler::InstructionSelector
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | instruction-selector-mips.cc | 341 void InstructionSelector::VisitLoad(Node* node) { in VisitLoad() function in v8::internal::compiler::InstructionSelector
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | instruction-selector-loong64.cc | 441 void InstructionSelector::VisitLoad(Node* node) { in VisitLoad() function in v8::internal::compiler::InstructionSelector
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | instruction-selector-arm.cc | 597 void InstructionSelector::VisitLoad(Node* node) { in VisitLoad() function in v8::internal::compiler::InstructionSelector
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | instruction-selector-mips64.cc | 475 void InstructionSelector::VisitLoad(Node* node) { in VisitLoad() function in v8::internal::compiler::InstructionSelector
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | instruction-selector-riscv64.cc | 513 void InstructionSelector::VisitLoad(Node* node) { in VisitLoad() function in v8::internal::compiler::InstructionSelector
|