HomeSort by relevance Sort by last modified time
    Searched refs:getOppositeCondition (Results 1 - 25 of 38) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZInstrInfo.h 98 SystemZCC::CondCodes getOppositeCondition(SystemZCC::CondCodes CC) const;
SystemZInstrInfo.cpp 201 Cond[0].setImm(getOppositeCondition(CC));
394 SystemZInstrInfo::getOppositeCondition(SystemZCC::CondCodes CC) const {
  /external/llvm/lib/Target/AVR/
AVRInstrInfo.h 72 AVRCC::CondCodes getOppositeCondition(AVRCC::CondCodes CC) const;
AVRInstrInfo.cpp 218 AVRCC::CondCodes AVRInstrInfo::getOppositeCondition(AVRCC::CondCodes CC) const {
329 BranchCode = getOppositeCondition(BranchCode);
437 Cond[0].setImm(getOppositeCondition(CC));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRInstrInfo.h 72 AVRCC::CondCodes getOppositeCondition(AVRCC::CondCodes CC) const;
AVRInstrInfo.cpp 241 AVRCC::CondCodes AVRInstrInfo::getOppositeCondition(AVRCC::CondCodes CC) const {
352 BranchCode = getOppositeCondition(BranchCode);
472 Cond[0].setImm(getOppositeCondition(CC));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Utils/
ARMBaseInfo.h 49 inline static CondCodes getOppositeCondition(CondCodes CC) {
  /external/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 125 static LPCC::CondCode getOppositeCondition(LPCC::CondCode CC) {
377 LPCC::CondCode NewCC = getOppositeCondition(CC);
527 NewMI.addImm(getOppositeCondition(LPCC::CondCode(CondCode)));
656 Condition[0].setImm(getOppositeCondition(BranchCond));
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.h 36 inline static CC getOppositeCondition(CC cc) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 124 static LPCC::CondCode getOppositeCondition(LPCC::CondCode CC) {
376 LPCC::CondCode NewCC = getOppositeCondition(CC);
525 NewMI.addImm(getOppositeCondition(LPCC::CondCode(CondCode)));
654 Condition[0].setImm(getOppositeCondition(BranchCond));
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 47 inline static CondCodes getOppositeCondition(CondCodes CC) {
  /external/llvm/lib/Target/ARM/
Thumb2ITBlockPass.cpp 213 ARMCC::CondCodes OCC = ARMCC::getOppositeCondition(CC);
ARMBaseInstrInfo.cpp 453 Cond[0].setImm(ARMCC::getOppositeCondition(CC));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 47 inline static CondCodes getOppositeCondition(CondCodes CC) {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb2ITBlockPass.cpp 196 ARMCC::CondCodes OCC = ARMCC::getOppositeCondition(CC);
Thumb2InstrInfo.cpp 580 ARMCC::CondCodes OCC = ARMCC::getOppositeCondition(CC);
ARMISelDAGToDAG.cpp     [all...]
ARMConstantIslandPass.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
Thumb2ITBlockPass.cpp 230 ARMCC::CondCodes OCC = ARMCC::getOppositeCondition(CC);
ARMBaseInstrInfo.cpp 479 Cond[0].setImm(ARMCC::getOppositeCondition(CC));
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.h 239 return CondWhenTrue(InstARM32::getOppositeCondition(WhenTrue0));
240 return CondWhenTrue(InstARM32::getOppositeCondition(WhenTrue0),
241 InstARM32::getOppositeCondition(WhenTrue1));
    [all...]
IceInstMIPS32.cpp 200 CondMIPS32::Cond InstMIPS32::getOppositeCondition(CondMIPS32::Cond Cond) {
232 setPredicate(getOppositeCondition(getPredicate()));
    [all...]
IceInstARM32.h 467 static CondARM32::Cond getOppositeCondition(CondARM32::Cond Cond);
    [all...]
IceInstMIPS32.h 293 CondMIPS32::Cond getOppositeCondition(CondMIPS32::Cond Cond);
    [all...]
IceInstARM32.cpp 116 CondARM32::Cond InstARM32::getOppositeCondition(CondARM32::Cond Cond) {
524 setPredicate(getOppositeCondition(getPredicate()));
    [all...]

Completed in 547 milliseconds

1 2