Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp218 AVRCC::CondCodes AVRInstrInfo::getOppositeCondition(AVRCC::CondCodes CC) const { in getOppositeCondition() function in llvm::AVRInstrInfo
329 BranchCode = getOppositeCondition(BranchCode); in analyzeBranch()
437 Cond[0].setImm(getOppositeCondition(CC)); in ReverseBranchCondition()
DAVRInstrInfo.h72 AVRCC::CondCodes getOppositeCondition(AVRCC::CondCodes CC) const;
/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp125 static LPCC::CondCode getOppositeCondition(LPCC::CondCode CC) { in getOppositeCondition() function
377 LPCC::CondCode NewCC = getOppositeCondition(CC); in optimizeCompareInstr()
527 NewMI.addImm(getOppositeCondition(LPCC::CondCode(CondCode))); in optimizeSelect()
656 Condition[0].setImm(getOppositeCondition(BranchCond)); in ReverseBranchCondition()
/external/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;
/external/llvm-project/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;
/external/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()
/external/llvm-project/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/
DARMBaseInfo.h48 inline static CondCodes getOppositeCondition(CondCodes CC) { in getOppositeCondition() function
/external/llvm-project/llvm/lib/Target/ARM/Utils/
DARMBaseInfo.h48 inline static CondCodes getOppositeCondition(CondCodes CC) { in getOppositeCondition() function
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMBaseInfo.h47 inline static CondCodes getOppositeCondition(CondCodes CC) { in getOppositeCondition() function
/external/llvm-project/llvm/lib/Target/ARM/
DThumb2ITBlockPass.cpp226 ARMCC::CondCodes OCC = ARMCC::getOppositeCondition(CC); in InsertITInstructions()
DMVEVPTOptimisationsPass.cpp329 ExpectedCode = ARMCC::getOppositeCondition(ExpectedCode); in IsVPNOTEquivalent()
/external/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()
/external/llvm/lib/Target/ARM/
DThumb2ITBlockPass.cpp213 ARMCC::CondCodes OCC = ARMCC::getOppositeCondition(CC); in InsertITInstructions()
DARMBaseInstrInfo.cpp453 Cond[0].setImm(ARMCC::getOppositeCondition(CC)); in ReverseBranchCondition()
1819 .setImm(ARMCC::getOppositeCondition(CC)); in commuteInstructionImpl()
1919 NewMI.addImm(ARMCC::getOppositeCondition(ARMCC::CondCodes(CondCode))); in optimizeSelect()
DARMConstantIslandPass.cpp1728 CC = ARMCC::getOppositeCondition(CC); in fixupConditionalBr()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h239 return CondWhenTrue(InstARM32::getOppositeCondition(WhenTrue0)); in invert()
240 return CondWhenTrue(InstARM32::getOppositeCondition(WhenTrue0), in invert()
241 InstARM32::getOppositeCondition(WhenTrue1)); in invert()
DIceInstMIPS32.cpp198 CondMIPS32::Cond InstMIPS32::getOppositeCondition(CondMIPS32::Cond Cond) { in getOppositeCondition() function in Ice::MIPS32::InstMIPS32
230 setPredicate(getOppositeCondition(getPredicate())); in optimizeBranch()
DIceInstARM32.cpp111 CondARM32::Cond InstARM32::getOppositeCondition(CondARM32::Cond Cond) { in getOppositeCondition() function in Ice::ARM32::InstARM32
519 setPredicate(getOppositeCondition(getPredicate())); in optimizeBranch()
DIceInstMIPS32.h293 CondMIPS32::Cond getOppositeCondition(CondMIPS32::Cond Cond);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMInstPrinter.cpp992 O << ARMCondCodeToString(ARMCC::getOppositeCondition(CC)); in printMandatoryInvertedPredicateOperand()
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMInstPrinter.cpp992 O << ARMCondCodeToString(ARMCC::getOppositeCondition(CC)); in printMandatoryInvertedPredicateOperand()

12