/third_party/skia/src/core/ |
H A D | SkRTree.h | 52 struct Branch { struct in SkRTree
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | NodeType.h | 35 Branch, member in sh::NodeType
|
/third_party/node/deps/v8/src/torque/ |
H A D | cfg.cc | 99 void CfgAssembler::Branch(Block* if_true, Block* if_false) { in Branch() function in v8::internal::torque::CfgAssembler
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.h | 111 class Branch { class 125 Branch(BranchType type, unsigned ccValid, unsigned ccMask, in Branch() function in llvm::SystemZII::Branch
|
H A D | SystemZLongBranch.cpp | 102 MachineInstr *Branch = nullptr; member 391 MachineInstr *Branch = Terminator.Branch; in relaxBranch() local [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_opcodes.py | 44 Branch = 13 variable in InstrClass [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SILowerControlFlow.cpp | 325 MachineInstr *Branch = in emitElse() local 407 MachineInstr *Branch = in emitLoop() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCChecker.cpp | 415 bool Branch = HexagonMCInstrInfo::getDesc(MCII, I).isBranch(); in checkNewValues() local
|
/third_party/node/deps/v8/src/compiler/ |
H A D | node-matchers.h | 791 Node* Branch() const { return node(); } in Branch() function 809 Node* Branch() const { return branch_; } in Branch() function
|
H A D | graph-assembler.h | 694 void GraphAssembler::Branch(Node* condition, in Branch() function in v8::internal::compiler::GraphAssembler
|
H A D | common-operator.cc | 933 const Operator* CommonOperatorBuilder::Branch(BranchHint hint) { in Branch() function in v8::internal::compiler::CommonOperatorBuilder
|
H A D | code-assembler.h | 692 void Branch(TNode<BoolT> condition, in Branch() function in v8::internal::compiler::CodeAssembler 700 void Branch(TNode<BoolT> condition, in Branch() function in v8::internal::compiler::CodeAssembler
|
H A D | raw-machine-assembler.cc | 542 void RawMachineAssembler::Branch(Node* condition, RawMachineLabel* true_val, in Branch() function in v8::internal::compiler::RawMachineAssembler
|
H A D | code-assembler.cc | 1270 void CodeAssembler::Branch(TNode<IntegralT> condition, Label* true_label, in Branch() function in v8::internal::compiler::CodeAssembler 1285 void CodeAssembler::Branch(TNode<BoolT> condition, in Branch() function in v8::internal::compiler::CodeAssembler 1303 void CodeAssembler::Branch(TNode<BoolT> condition, Label* true_label, in Branch() function in v8::internal::compiler::CodeAssembler 1316 void CodeAssembler::Branch(TNod function in v8::internal::compiler::CodeAssembler [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsDelaySlotFiller.cpp | 560 replaceWithCompactBranch(MachineBasicBlock &MBB, Iter Branch, const DebugLoc &DL) replaceWithCompactBranch() argument
|
H A D | MipsInstructionSelector.cpp | 377 MachineInstr *Branch = in select() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCReduceCRLogicals.cpp | 657 MachineInstr *Branch = in splitBlockOnBinaryCROp() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 149 Branch, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 603 auto Branch = cast<BranchInst>(MappedCS->getNextNode()); in replaceEntryBlock() local 1267 auto Branch = cast<BranchInst>(SuspendBB->getTerminator()); in splitRetconCoroutine() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 897 auto *Branch = RI.HasBranch ? in checkScopeHoistable() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | WasmTranslator.cpp | 964 Node Branch(Node Cond, Node *TrueNode, Node *FalseNode) { in Branch() function in IceBuilder
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 2237 void SelectionDAGISel::Select_INLINEASM(SDNode *N, bool Branch) { in Select_INLINEASM() argument
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.cc | 2202 void TurboAssembler::Branch(Label* L, bool need_link) { CallRecordWriteStub() function in v8::internal::TurboAssembler 2211 void TurboAssembler::Branch(Label* L, Condition cond, Register rj, CallRecordWriteStub() function in v8::internal::TurboAssembler 2243 void TurboAssembler::Branch(Label* L, Condition cond, Register rj, CallRecordWriteStub() function in v8::internal::TurboAssembler [all...] |
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.cc | 3550 void TurboAssembler::Branch(Condition c, const Operand& opnd) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.cc | 2725 void TurboAssembler::Branch(int32_t offset, BranchDelaySlot bdslot) { CallRecordWriteStub() function in v8::internal::TurboAssembler 2730 void TurboAssembler::Branch(int32_t offset, Condition cond, Register rs, CallRecordWriteStub() function in v8::internal::TurboAssembler 2737 void TurboAssembler::Branch(Label* L, BranchDelaySlot bdslot) { CallRecordWriteStub() function in v8::internal::TurboAssembler 2753 void TurboAssembler::Branch(Label* L, Condition cond, Register rs, CallRecordWriteStub() function in v8::internal::TurboAssembler 2784 void TurboAssembler::Branch(Label* L, Condition cond, Register rs, CallRecordWriteStub() function in v8::internal::TurboAssembler [all...] |