Home
last modified time | relevance | path

Searched refs:BrTarget (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RedundantCopyElimination.cpp149 MachineBasicBlock *BrTarget = CondBr.getOperand(1).getMBB(); in knownRegValInBlock() local
150 if ((CC == AArch64CC::EQ && BrTarget != MBB) || in knownRegValInBlock()
151 (CC == AArch64CC::NE && BrTarget == MBB)) in knownRegValInBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h676 void _br(const LowerInt1BranchTarget &BrTarget,
678 assert((BrTarget.NodeTarget == nullptr) !=
679 (BrTarget.LabelTarget == nullptr));
680 if (BrTarget.NodeTarget != nullptr)
681 _br(BrTarget.NodeTarget, Cond);
683 _br(BrTarget.LabelTarget, Cond);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.td87 let Name = "BrTarget";
89 def BrTarget : Operand<OtherVT> {
679 def BT : InstBR<(outs), (ins BrTarget:$addr),
685 def BRCC : InstBR<(outs), (ins BrTarget:$addr, CCOp:$DDDI),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp827 MachineBasicBlock *BrTarget = MI.getOperand(0).getMBB(); in applyElideBrByInvertingCond() local
842 BrCond->getOperand(1).setMBB(BrTarget); in applyElideBrByInvertingCond()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp2365 MachineBasicBlock *BrTarget = BrCond->getOperand(1).getMBB(); in legalizeIntrinsic() local
2367 BrTarget = Br->getOperand(0).getMBB(); in legalizeIntrinsic()
2373 .addMBB(BrTarget); in legalizeIntrinsic()
2378 .addMBB(BrTarget) in legalizeIntrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp4242 MCSymbol *BrTarget; in expandDivRem() local
4249 BrTarget = Context.createTempSymbol(); in expandDivRem()
4250 LabelOp = MCOperand::createExpr(MCSymbolRefExpr::create(BrTarget, Context)); in expandDivRem()
4261 TOut.getStreamer().EmitLabel(BrTarget); in expandDivRem()
4272 TOut.getStreamer().EmitLabel(BrTarget); in expandDivRem()
5093 MCSymbol * BrTarget = Context.createTempSymbol(); in expandMulO() local
5095 MCOperand::createExpr(MCSymbolRefExpr::create(BrTarget, Context)); in expandMulO()
5102 TOut.getStreamer().EmitLabel(BrTarget); in expandMulO()
5130 MCSymbol * BrTarget = Context.createTempSymbol(); in expandMulOU() local
5132 MCOperand::createExpr(MCSymbolRefExpr::create(BrTarget, Context)); in expandMulOU()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp3576 const MachineOperand &BrTarget = MI.getOperand(1); in getDotNewPredJumpOp() local
3587 if (BrTarget.isMBB()) { in getDotNewPredJumpOp()
3588 const MachineBasicBlock *Dst = BrTarget.getMBB(); in getDotNewPredJumpOp()