Home
last modified time | relevance | path

Searched defs:Branch (Results 1 - 25 of 27) sorted by relevance

12

/third_party/skia/src/core/
H A DSkRTree.h52 struct Branch { struct in SkRTree
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DNodeType.h35 Branch, member in sh::NodeType
/third_party/node/deps/v8/src/torque/
H A Dcfg.cc99 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 DSystemZInstrInfo.h111 class Branch { class
125 Branch(BranchType type, unsigned ccValid, unsigned ccMask, in Branch() function in llvm::SystemZII::Branch
H A DSystemZLongBranch.cpp102 MachineInstr *Branch = nullptr; member
391 MachineInstr *Branch = Terminator.Branch; in relaxBranch() local
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_opcodes.py44 Branch = 13 variable in InstrClass
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp325 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 DHexagonMCChecker.cpp415 bool Branch = HexagonMCInstrInfo::getDesc(MCII, I).isBranch(); in checkNewValues() local
/third_party/node/deps/v8/src/compiler/
H A Dnode-matchers.h791 Node* Branch() const { return node(); } in Branch() function
809 Node* Branch() const { return branch_; } in Branch() function
H A Dgraph-assembler.h694 void GraphAssembler::Branch(Node* condition, in Branch() function in v8::internal::compiler::GraphAssembler
H A Dcommon-operator.cc933 const Operator* CommonOperatorBuilder::Branch(BranchHint hint) { in Branch() function in v8::internal::compiler::CommonOperatorBuilder
H A Dcode-assembler.h692 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 Draw-machine-assembler.cc542 void RawMachineAssembler::Branch(Node* condition, RawMachineLabel* true_val, in Branch() function in v8::internal::compiler::RawMachineAssembler
H A Dcode-assembler.cc1270 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 DMipsDelaySlotFiller.cpp560 replaceWithCompactBranch(MachineBasicBlock &MBB, Iter Branch, const DebugLoc &DL) replaceWithCompactBranch() argument
H A DMipsInstructionSelector.cpp377 MachineInstr *Branch = in select() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp657 MachineInstr *Branch = in splitBlockOnBinaryCROp() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInstrDesc.h149 Branch, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp603 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 DControlHeightReduction.cpp897 auto *Branch = RI.HasBranch ? in checkScopeHoistable() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DWasmTranslator.cpp964 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 DSelectionDAGISel.cpp2237 void SelectionDAGISel::Select_INLINEASM(SDNode *N, bool Branch) { in Select_INLINEASM() argument
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.cc2202 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 Dmacro-assembler-s390.cc3550 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 Dmacro-assembler-mips.cc2725 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...]

Completed in 64 milliseconds

12