Home
last modified time | relevance | path

Searched refs:IsBranch (Results 1 – 25 of 46) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DMCExternalSymbolizer.cpp38 bool IsBranch, in tryAddingSymbolicOperand() argument
59 if (!SymbolLookUp || (InstSize == 1 && !IsBranch)) in tryAddingSymbolicOperand()
63 if (IsBranch) in tryAddingSymbolicOperand()
78 else if (IsBranch) { in tryAddingSymbolicOperand()
85 if (!Name && !IsBranch) in tryAddingSymbolicOperand()
DMCDisassembler.cpp28 uint64_t Address, bool IsBranch, in tryAddingSymbolicOperand() argument
33 Inst, *CommentStream, Value, Address, IsBranch, Offset, InstSize); in tryAddingSymbolicOperand()
/third_party/spirv-tools/source/fuzz/
Dtransformation_add_loop_preheader.cpp111 if (use_inst->IsBranch()) { in Apply()
122 if (!use_inst->IsBranch() && in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_loop_preheader.cpp111 if (use_inst->IsBranch()) { in Apply()
122 if (!use_inst->IsBranch() && in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_loop_preheader.cpp111 if (use_inst->IsBranch()) { in Apply()
122 if (!use_inst->IsBranch() && in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64ExternalSymbolizer.h31 int64_t Value, uint64_t Address, bool IsBranch,
DAArch64ExternalSymbolizer.cpp61 bool IsBranch, uint64_t Offset, uint64_t InstSize) { in tryAddingSymbolicOperand() argument
76 if (IsBranch) { in tryAddingSymbolicOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCDisassembler/
DMCExternalSymbolizer.h48 int64_t Value, uint64_t Address, bool IsBranch,
DMCSymbolizer.h69 bool IsBranch, uint64_t Offset,
DMCDisassembler.h108 uint64_t Address, bool IsBranch,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/Disassembler/
DLanaiDisassembler.cpp210 static bool tryAddingSymbolicOperand(int64_t Value, bool IsBranch, in tryAddingSymbolicOperand() argument
215 return Dis->tryAddingSymbolicOperand(MI, Value, Address, IsBranch, Offset, in tryAddingSymbolicOperand()
/third_party/spirv-tools/source/opt/
Dccp_pass.cpp176 assert(instr->IsBranch() && "Expected a branch instruction."); in VisitBranch()
261 } else if (instr->IsBranch()) { in VisitInstruction()
Daggressive_dead_code_elim_pass.cpp153 if ((inst->IsBranch() || inst->opcode() == SpvOpUnreachable) && in IsDead()
271 if (!user->IsBranch()) return; in AddBreaksAndContinuesToWorklist()
437 if (inInst->opcode() == SpvOpLabel && liveInst->IsBranch()) return; in AggressiveDCE()
Dloop_unswitch_pass.cpp79 if (bb->terminator()->IsBranch() && in CanUnswitchLoop()
555 assert(insn->IsBranch()); in IsConditionNonConstantLoopInvariant()
Dbasic_block.h131 inline bool hasSuccessor() const { return ctail()->IsBranch(); } in hasSuccessor()
Dloop_fission.cpp217 if (inst.opcode() == SpvOp::SpvOpSelectionMerge || inst.IsBranch()) { in GroupInstructionsByUseDef()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dccp_pass.cpp176 assert(instr->IsBranch() && "Expected a branch instruction."); in VisitBranch()
261 } else if (instr->IsBranch()) { in VisitInstruction()
Dloop_unswitch_pass.cpp79 if (bb->terminator()->IsBranch() && in CanUnswitchLoop()
555 assert(insn->IsBranch()); in IsConditionNonConstantLoopInvariant()
Dbasic_block.h131 inline bool hasSuccessor() const { return ctail()->IsBranch(); } in hasSuccessor()
Daggressive_dead_code_elim_pass.cpp217 if (!user->IsBranch()) return; in AddBreaksAndContinuesToWorklist()
533 if (ii->IsBranch()) { in InitializeWorkList()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dccp_pass.cpp209 assert(instr->IsBranch() && "Expected a branch instruction."); in VisitBranch()
294 } else if (instr->IsBranch()) { in VisitInstruction()
Dloop_unswitch_pass.cpp79 if (bb->terminator()->IsBranch() && in CanUnswitchLoop()
555 assert(insn->IsBranch()); in IsConditionNonConstantLoopInvariant()
Dbasic_block.h131 inline bool hasSuccessor() const { return ctail()->IsBranch(); } in hasSuccessor()
Daggressive_dead_code_elim_pass.cpp217 if (!user->IsBranch()) return; in AddBreaksAndContinuesToWorklist()
533 if (ii->IsBranch()) { in InitializeWorkList()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.h161 bool IsBranch, uint64_t Offset,

12