HomeSort by relevance Sort by last modified time
    Searched defs:getOppositeCondition (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.h 36 inline static CC getOppositeCondition(CC cc) {
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZInstrInfo.cpp 201 Cond[0].setImm(getOppositeCondition(CC));
394 SystemZInstrInfo::getOppositeCondition(SystemZCC::CondCodes CC) const {
  /external/llvm/lib/Target/AVR/
AVRInstrInfo.cpp 218 AVRCC::CondCodes AVRInstrInfo::getOppositeCondition(AVRCC::CondCodes CC) const {
329 BranchCode = getOppositeCondition(BranchCode);
437 Cond[0].setImm(getOppositeCondition(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/subzero/src/
IceInstMIPS32.cpp 200 CondMIPS32::Cond InstMIPS32::getOppositeCondition(CondMIPS32::Cond Cond) {
232 setPredicate(getOppositeCondition(getPredicate()));
    [all...]
IceInstX86BaseImpl.h 45 InstImpl<TraitsType>::InstX86Base::getOppositeCondition(BrCond Cond) {
146 Condition = this->getOppositeCondition(Condition);
    [all...]
IceInstARM32.cpp 116 CondARM32::Cond InstARM32::getOppositeCondition(CondARM32::Cond Cond) {
524 setPredicate(getOppositeCondition(getPredicate()));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 47 inline static CondCodes getOppositeCondition(CondCodes CC) {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 47 inline static CondCodes getOppositeCondition(CondCodes CC) {

Completed in 9094 milliseconds