Searched refs:GetOppositeBranchCondition (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp102 static ARCCC::CondCode GetOppositeBranchCondition(ARCCC::CondCode CC) { function
353 Cond[2].setImm(GetOppositeBranchCondition((ARCCC::CondCode)Cond[2].getImm()));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp155 /// GetOppositeBranchCondition - Return the inverse of the specified
157 static inline XCore::CondCode GetOppositeBranchCondition(XCore::CondCode CC) function
406 Cond[0].setImm(GetOppositeBranchCondition((XCore::CondCode)Cond[0].getImm()));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp81 static SPCC::CondCodes GetOppositeBranchCondition(SPCC::CondCodes CC) function
301 Cond[0].setImm(GetOppositeBranchCondition(CC));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp43 static VECC::CondCode GetOppositeBranchCondition(VECC::CondCode CC) { function
309 Cond[0].setImm(GetOppositeBranchCondition(CC));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp299 FirstOppCC = X86::GetOppositeBranchCondition(CC);
656 X86::CondCode OppCC = X86::GetOppositeBranchCondition(CC);
H A DX86InstrInfo.h55 /// GetOppositeBranchCondition - Return the inverse of the specified cond,
57 CondCode GetOppositeBranchCondition(CondCode CC);
H A DX86FlagsCopyLowering.cpp773 unsigned &InvCondReg = CondRegs[X86::GetOppositeBranchCondition(Cond)];
H A DX86SpeculativeLoadHardening.cpp791 X86::CondCode InvCond = X86::GetOppositeBranchCondition(Cond);
H A DX86InstrInfo.cpp2294 WorkingMI.getOperand(OpNo).setImm(X86::GetOppositeBranchCondition(CC));
2701 X86::CondCode X86::GetOppositeBranchCondition(X86::CondCode CC) {
3062 BranchCode = GetOppositeBranchCondition(BranchCode);
4239 ReplacementCC = GetOppositeBranchCondition(NewCC);
6682 Cond[0].setImm(GetOppositeBranchCondition(CC));
H A DX86ISelLowering.cpp22745 CCode = X86::GetOppositeBranchCondition(CCode);
23692 X86Cond = X86::GetOppositeBranchCondition(X86Cond);
[all...]

Completed in 178 milliseconds