HomeSort by relevance Sort by last modified time
    Searched refs:ICond (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceInst.h 561 enum ICond {
568 static InstIcmp *create(Cfg *Func, ICond Condition, Variable *Dest,
573 ICond getCondition() const { return Condition; }
580 InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1,
583 ICond Condition;
    [all...]
IceInst.cpp 68 InstIcmp::ICond Reverse;
71 { str, InstIcmp::ICond::reverse } \
376 InstIcmp::InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1,
    [all...]
IceTargetLoweringARM32.h 252 CondWhenTrue lowerInt8AndInt16IcmpCond(InstIcmp::ICond Condition,
254 CondWhenTrue lowerInt32IcmpCond(InstIcmp::ICond Condition, Operand *Src0,
256 CondWhenTrue lowerInt64IcmpCond(InstIcmp::ICond Condition, Operand *Src0,
258 CondWhenTrue lowerIcmpCond(InstIcmp::ICond Condition, Operand *Src0,
    [all...]
IceTargetLoweringX8632Traits.h 781 static Cond::BrCond getIcmp32Mapping(InstIcmp::ICond Cond) {
    [all...]
IceConverter.cpp 410 Ice::InstIcmp::ICond Cond;
    [all...]
IceTargetLoweringX8664Traits.h     [all...]
PNaClTranslator.cpp     [all...]
IceTargetLoweringARM32.cpp 154 CondARM32::Cond getIcmp32Mapping(InstIcmp::ICond Cond) {
    [all...]
IceTargetLoweringMIPS32.cpp 332 InstIcmp::ICond Cond = llvm::cast<InstIcmp>(Instr)->getCondition();
    [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
  /external/swiftshader/src/Reactor/
SubzeroReactor.cpp 1086 static Value *createIntCompare(Ice::InstIcmp::ICond condition, Value *lhs, Value *rhs)
    [all...]

Completed in 186 milliseconds