/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
D | MCExternalSymbolizer.cpp | 38 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()
|
D | MCDisassembler.cpp | 28 uint64_t Address, bool IsBranch, in tryAddingSymbolicOperand() argument 33 Inst, *CommentStream, Value, Address, IsBranch, Offset, InstSize); in tryAddingSymbolicOperand()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_add_loop_preheader.cpp | 111 if (use_inst->IsBranch()) { in Apply() 122 if (!use_inst->IsBranch() && in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_add_loop_preheader.cpp | 111 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/ |
D | transformation_add_loop_preheader.cpp | 111 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/ |
D | AArch64ExternalSymbolizer.h | 31 int64_t Value, uint64_t Address, bool IsBranch,
|
D | AArch64ExternalSymbolizer.cpp | 61 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/ |
D | MCExternalSymbolizer.h | 48 int64_t Value, uint64_t Address, bool IsBranch,
|
D | MCSymbolizer.h | 69 bool IsBranch, uint64_t Offset,
|
D | MCDisassembler.h | 108 uint64_t Address, bool IsBranch,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/Disassembler/ |
D | LanaiDisassembler.cpp | 210 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/ |
D | ccp_pass.cpp | 176 assert(instr->IsBranch() && "Expected a branch instruction."); in VisitBranch() 261 } else if (instr->IsBranch()) { in VisitInstruction()
|
D | aggressive_dead_code_elim_pass.cpp | 153 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()
|
D | loop_unswitch_pass.cpp | 79 if (bb->terminator()->IsBranch() && in CanUnswitchLoop() 555 assert(insn->IsBranch()); in IsConditionNonConstantLoopInvariant()
|
D | basic_block.h | 131 inline bool hasSuccessor() const { return ctail()->IsBranch(); } in hasSuccessor()
|
D | loop_fission.cpp | 217 if (inst.opcode() == SpvOp::SpvOpSelectionMerge || inst.IsBranch()) { in GroupInstructionsByUseDef()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | ccp_pass.cpp | 176 assert(instr->IsBranch() && "Expected a branch instruction."); in VisitBranch() 261 } else if (instr->IsBranch()) { in VisitInstruction()
|
D | loop_unswitch_pass.cpp | 79 if (bb->terminator()->IsBranch() && in CanUnswitchLoop() 555 assert(insn->IsBranch()); in IsConditionNonConstantLoopInvariant()
|
D | basic_block.h | 131 inline bool hasSuccessor() const { return ctail()->IsBranch(); } in hasSuccessor()
|
D | aggressive_dead_code_elim_pass.cpp | 217 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/ |
D | ccp_pass.cpp | 209 assert(instr->IsBranch() && "Expected a branch instruction."); in VisitBranch() 294 } else if (instr->IsBranch()) { in VisitInstruction()
|
D | loop_unswitch_pass.cpp | 79 if (bb->terminator()->IsBranch() && in CanUnswitchLoop() 555 assert(insn->IsBranch()); in IsConditionNonConstantLoopInvariant()
|
D | basic_block.h | 131 inline bool hasSuccessor() const { return ctail()->IsBranch(); } in hasSuccessor()
|
D | aggressive_dead_code_elim_pass.cpp | 217 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/ |
D | AMDGPUDisassembler.h | 161 bool IsBranch, uint64_t Offset,
|