Home
last modified time | relevance | path

Searched refs:getOppositeCondition (Results 1 – 25 of 38) 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-7.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp124 static LPCC::CondCode getOppositeCondition(LPCC::CondCode CC) { in getOppositeCondition() function
376 LPCC::CondCode NewCC = getOppositeCondition(CC); in optimizeCompareInstr()
525 NewMI.addImm(getOppositeCondition(LPCC::CondCode(CondCode))); in optimizeSelect()
654 Condition[0].setImm(getOppositeCondition(BranchCond)); in reverseBranchCondition()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp241 AVRCC::CondCodes AVRInstrInfo::getOppositeCondition(AVRCC::CondCodes CC) const { in getOppositeCondition() function in llvm::AVRInstrInfo
352 BranchCode = getOppositeCondition(BranchCode); in analyzeBranch()
472 Cond[0].setImm(getOppositeCondition(CC)); in reverseBranchCondition()
DAVRInstrInfo.h72 AVRCC::CondCodes getOppositeCondition(AVRCC::CondCodes CC) const;
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZInstrInfo.h98 SystemZCC::CondCodes getOppositeCondition(SystemZCC::CondCodes CC) const;
DSystemZInstrInfo.cpp201 Cond[0].setImm(getOppositeCondition(CC)); in ReverseBranchCondition()
394 SystemZInstrInfo::getOppositeCondition(SystemZCC::CondCodes CC) const { in getOppositeCondition() function in SystemZInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Utils/
DARMBaseInfo.h49 inline static CondCodes getOppositeCondition(CondCodes CC) { in getOppositeCondition() function
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.h36 inline static CC getOppositeCondition(CC cc) { in getOppositeCondition() function
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMBaseInfo.h47 inline static CondCodes getOppositeCondition(CondCodes CC) { in getOppositeCondition() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMBaseInfo.h47 inline static CondCodes getOppositeCondition(CondCodes CC) { in getOppositeCondition() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb2ITBlockPass.cpp196 ARMCC::CondCodes OCC = ARMCC::getOppositeCondition(CC); in InsertITInstructions()
DThumb2InstrInfo.cpp580 ARMCC::CondCodes OCC = ARMCC::getOppositeCondition(CC); in scheduleTwoAddrSource()
DARMISelDAGToDAG.cpp2238 ARMCC::getOppositeCondition(CCVal), CCR, InFlag); in SelectCMOVOp()
2246 ARMCC::getOppositeCondition(CCVal), CCR, InFlag); in SelectCMOVOp()
2262 ARMCC::getOppositeCondition(CCVal), CCR, InFlag); in SelectCMOVOp()
2270 ARMCC::getOppositeCondition(CCVal), CCR, InFlag); in SelectCMOVOp()
DARMConstantIslandPass.cpp1467 CC = ARMCC::getOppositeCondition(CC); in FixUpConditionalBr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DThumb2ITBlockPass.cpp230 ARMCC::CondCodes OCC = ARMCC::getOppositeCondition(CC); in InsertITInstructions()
DARMBaseInstrInfo.cpp479 Cond[0].setImm(ARMCC::getOppositeCondition(CC)); in reverseBranchCondition()
2020 .setImm(ARMCC::getOppositeCondition(CC)); in commuteInstructionImpl()
2120 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.cpp200 CondMIPS32::Cond InstMIPS32::getOppositeCondition(CondMIPS32::Cond Cond) { in getOppositeCondition() function in Ice::MIPS32::InstMIPS32
232 setPredicate(getOppositeCondition(getPredicate())); in optimizeBranch()
DIceInstARM32.cpp116 CondARM32::Cond InstARM32::getOppositeCondition(CondARM32::Cond Cond) { in getOppositeCondition() function in Ice::ARM32::InstARM32
524 setPredicate(getOppositeCondition(getPredicate())); in optimizeBranch()
DIceInstMIPS32.h293 CondMIPS32::Cond getOppositeCondition(CondMIPS32::Cond Cond);

12