Home
last modified time | relevance | path

Searched refs:ConditionOp (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/
H A DFlattenCFG.cpp407 inline void lowerConditionOp(cir::ConditionOp op, mlir::Block *body, in lowerConditionOp()
433 auto conditionOp = cast<cir::ConditionOp>(cond->getTerminator()); in matchAndRewrite()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h497 cir::ConditionOp createCondition(mlir::Value condition) { in createCondition()
498 return create<cir::ConditionOp>(condition.getLoc(), condition); in createCondition()
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp275 void cir::ConditionOp::getSuccessorRegions( in getSuccessorRegions()
290 cir::ConditionOp::getMutableSuccessorOperands(RegionBranchPoint point) { in getMutableSuccessorOperands()
295 LogicalResult cir::ConditionOp::verify() { in verify()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIROps.td555 // ConditionOp
558 def ConditionOp : CIR_Op<"condition", [
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8750 SDValue ConditionOp = DAG.getTargetConstant(Condition, DL, MVT::i64); in changeStreamingMode() local
8753 Ops.push_back(ConditionOp); in changeStreamingMode()