Searched refs:brOp (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/mlir/lib/Target/LLVMIR/ |
D | ModuleTranslation.cpp | 684 if (auto brOp = dyn_cast<LLVM::BrOp>(opInst)) { in convertOperation() local 685 builder.CreateBr(blockMapping[brOp.getSuccessor()]); in convertOperation()
|
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
D | ConvertSPIRVToLLVM.cpp | 1060 auto brOp = dyn_cast<spirv::BranchOp>(entryBlock->getOperations().front()); in matchAndRewrite() local 1061 if (!brOp) in matchAndRewrite() 1065 rewriter.create<LLVM::BrOp>(loc, brOp.getBlockArguments(), headerBlock); in matchAndRewrite()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.td | 4512 class LOOP_iBase<string mnemonic, Operand brOp, bit mustExtend = 0> 4513 : CRInst<(outs), (ins brOp:$offset, u10Imm:$src2), 4532 class LOOP_rBase<string mnemonic, Operand brOp, bit mustExtend = 0> 4533 : CRInst<(outs), (ins brOp:$offset, IntRegs:$src2),
|