Home
last modified time | relevance | path

Searched refs:getOppositeBranchCondition (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp102 static ARCCC::CondCode getOppositeBranchCondition(ARCCC::CondCode CC) { in getOppositeBranchCondition() function
355 Cond[2].setImm(getOppositeBranchCondition((ARCCC::CondCode)Cond[2].getImm())); in reverseBranchCondition()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h47 CondCode getOppositeBranchCondition(CondCode);
H A DRISCVExpandPseudoInsts.cpp196 CC = RISCVCC::getOppositeBranchCondition(CC); in expandCCOp()
H A DRISCVInstrInfo.cpp1131 RISCVCC::CondCode RISCVCC::getOppositeBranchCondition(RISCVCC::CondCode CC) { in getOppositeBranchCondition() function in RISCVCC
1545 unsigned NewOpc = RISCVCC::getBrCond(getOppositeBranchCondition(CC)); in optimizeCondBranch()
1790 CC = RISCVCC::getOppositeBranchCondition(CC); in optimizeSelect()
3964 CC = RISCVCC::getOppositeBranchCondition(CC); in commuteInstructionImpl()