Home
last modified time | relevance | path

Searched refs:getOppositeCondition (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp123 static LPCC::CondCode getOppositeCondition(LPCC::CondCode CC) { in getOppositeCondition() function
375 LPCC::CondCode NewCC = getOppositeCondition(CC); in optimizeCompareInstr()
524 NewMI.addImm(getOppositeCondition(LPCC::CondCode(CondCode))); in optimizeSelect()
653 Condition[0].setImm(getOppositeCondition(BranchCond)); in reverseBranchCondition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp240 AVRCC::CondCodes AVRInstrInfo::getOppositeCondition(AVRCC::CondCodes CC) const { in getOppositeCondition() function in llvm::AVRInstrInfo
351 BranchCode = getOppositeCondition(BranchCode); in analyzeBranch()
471 Cond[0].setImm(getOppositeCondition(CC)); in reverseBranchCondition()
DAVRInstrInfo.h71 AVRCC::CondCodes getOppositeCondition(AVRCC::CondCodes CC) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/
DARMBaseInfo.h48 inline static CondCodes getOppositeCondition(CondCodes CC) { in getOppositeCondition() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb2ITBlockPass.cpp226 ARMCC::CondCodes OCC = ARMCC::getOppositeCondition(CC); in InsertITInstructions()
DARMBaseInstrInfo.cpp478 Cond[0].setImm(ARMCC::getOppositeCondition(CC)); in reverseBranchCondition()
2164 .setImm(ARMCC::getOppositeCondition(CC)); in commuteInstructionImpl()
2264 NewMI.addImm(ARMCC::getOppositeCondition(ARMCC::CondCodes(CondCode))); in optimizeSelect()
DARMConstantIslandPass.cpp1660 CC = ARMCC::getOppositeCondition(CC); in fixupConditionalBr()
DARMISelLowering.cpp5235 CondCode = ARMCC::getOppositeCondition(CondCode); in LowerBRCOND()
5288 CondCode = ARMCC::getOppositeCondition(CondCode); in LowerBR_CC()
10795 .addImm(ARMCC::getOppositeCondition(ARMCC::MI)).addReg(ARM::CPSR); in EmitInstrWithCustomInserter()
12453 unsigned Opposite0 = ARMCC::getOppositeCondition(CondCode0); in PerformORCombine_i1()
12454 unsigned Opposite1 = ARMCC::getOppositeCondition(CondCode1); in PerformORCombine_i1()
DARMInstrFormats.td194 return CurDAG->getTargetConstant(ARMCC::getOppositeCondition(CC), SDLoc(N),
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h238 return CondWhenTrue(InstARM32::getOppositeCondition(WhenTrue0)); in invert()
239 return CondWhenTrue(InstARM32::getOppositeCondition(WhenTrue0), in invert()
240 InstARM32::getOppositeCondition(WhenTrue1)); in invert()
DIceInstMIPS32.cpp104 CondMIPS32::Cond InstMIPS32::getOppositeCondition(CondMIPS32::Cond Cond) { in getOppositeCondition() function in Ice::MIPS32::InstMIPS32
136 setPredicate(getOppositeCondition(getPredicate())); in optimizeBranch()
DIceInstX8632.cpp120 Cond::BrCond InstX86Base::getOppositeCondition(BrCond Cond) { in getOppositeCondition() function in Ice::X8632::InstX86Base
203 Condition = this->getOppositeCondition(Condition); in optimizeBranch()
DIceInstARM32.cpp111 CondARM32::Cond InstARM32::getOppositeCondition(CondARM32::Cond Cond) { in getOppositeCondition() function in Ice::ARM32::InstARM32
519 setPredicate(getOppositeCondition(getPredicate())); in optimizeBranch()
DIceInstX8664.cpp108 Cond::BrCond InstX86Base::getOppositeCondition(BrCond Cond) { in getOppositeCondition() function in Ice::X8664::InstX86Base
191 Condition = this->getOppositeCondition(Condition); in optimizeBranch()
DIceInstMIPS32.h293 CondMIPS32::Cond getOppositeCondition(CondMIPS32::Cond Cond);
DIceInstARM32.h466 static CondARM32::Cond getOppositeCondition(CondARM32::Cond Cond);
DIceInstX8664.h263 static BrCond getOppositeCondition(BrCond Cond);
DIceInstX8632.h324 static BrCond getOppositeCondition(BrCond Cond);
DIceTargetLoweringARM32.cpp4664 InstARM32::getOppositeCondition(Cond)); in lowerLoadLinkedStoreExclusive()
DIceTargetLoweringX8664.cpp5660 Cond = InstX86Base::getOppositeCondition(Cond); in lowerSelectMove()
DIceTargetLoweringX8632.cpp6250 Cond = InstX86Base::getOppositeCondition(Cond); in lowerSelectMove()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMInstPrinter.cpp992 O << ARMCondCodeToString(ARMCC::getOppositeCondition(CC)); in printMandatoryInvertedPredicateOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp308 return MaskBit ? ARMCC::getOppositeCondition(ITState.Cond) : ITState.Cond; in currentITCond()
315 ITState.Cond = ARMCC::getOppositeCondition(ITState.Cond); in invertCurrentITCondition()
332 Cond == ARMCC::getOppositeCondition(ITState.Cond)); in extendImplicitITBlock()
2400 Inst.addOperand(MCOperand::createImm(unsigned(ARMCC::getOppositeCondition(getCondCode())))); in addITCondCodeInvOperands()
10397 } else if (InstCond == ARMCC::getOppositeCondition(ITCond)) { in MatchInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDAGISel.inc65586 return CurDAG->getTargetConstant(ARMCC::getOppositeCondition(CC), SDLoc(N),