Home
last modified time | relevance | path

Searched refs:ICond (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.h566 enum ICond { enum
573 static InstIcmp *create(Cfg *Func, ICond Condition, Variable *Dest, in create()
578 ICond getCondition() const { return Condition; } in getCondition()
585 InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1,
588 ICond Condition;
DIceInst.cpp62 InstIcmp::ICond Reverse;
64 #define X(tag, reverse, str) {str, InstIcmp::ICond::reverse},
366 InstIcmp::InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1, in InstIcmp()
DIceTargetLoweringARM32.h251 CondWhenTrue lowerInt8AndInt16IcmpCond(InstIcmp::ICond Condition,
253 CondWhenTrue lowerInt32IcmpCond(InstIcmp::ICond Condition, Operand *Src0,
255 CondWhenTrue lowerInt64IcmpCond(InstIcmp::ICond Condition, Operand *Src0,
257 CondWhenTrue lowerIcmpCond(InstIcmp::ICond Condition, Operand *Src0,
DPNaClTranslator.cpp1981 Ice::InstIcmp::ICond &Cond) const { in convertNaClBitcICmpOpToIce()
2015 Cond = static_cast<Ice::InstIcmp::ICond>(0); in convertNaClBitcICmpOpToIce()
2383 Ice::InstIcmp::ICond Cond; in ProcessRecord()
DIceConverter.cpp410 Ice::InstIcmp::ICond Cond; in convertICmpInstruction()
DIceTargetLoweringARM32.cpp145 CondARM32::Cond getIcmp32Mapping(InstIcmp::ICond Cond) { in getIcmp32Mapping()
4256 TargetARM32::lowerInt64IcmpCond(InstIcmp::ICond Condition, Operand *Src0, in lowerInt64IcmpCond()
4381 TargetARM32::lowerInt32IcmpCond(InstIcmp::ICond Condition, Operand *Src0, in lowerInt32IcmpCond()
4418 TargetARM32::lowerInt8AndInt16IcmpCond(InstIcmp::ICond Condition, Operand *Src0, in lowerInt8AndInt16IcmpCond()
4467 TargetARM32::CondWhenTrue TargetARM32::lowerIcmpCond(InstIcmp::ICond Condition, in lowerIcmpCond()
DIceTargetLoweringX8632.h1003 static CondX86::BrCond getIcmp32Mapping(InstIcmp::ICond Cond) { in getIcmp32Mapping()
DIceTargetLoweringX8664.h986 static CondX86::BrCond getIcmp32Mapping(InstIcmp::ICond Cond) { in getIcmp32Mapping()
DIceTargetLoweringMIPS32.cpp330 InstIcmp::ICond Cond = llvm::cast<InstIcmp>(Instr)->getCondition(); in genTargetHelperCallFor()
4122 InstIcmp::ICond Condition = Instr->getCondition(); in lower64Icmp()
4276 InstIcmp::ICond Cond = Instr->getCondition(); in lowerIcmp()
DIceTargetLoweringX8632.cpp3327 InstIcmp::ICond Condition = Icmp->getCondition(); in lowerIcmpVector()
3412 InstIcmp::ICond Condition = Icmp->getCondition(); in lowerIcmp64()
DIceTargetLoweringX8664.cpp3025 InstIcmp::ICond Condition = Icmp->getCondition(); in lowerIcmpVector()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp1725 static Value *createIntCompare(Ice::InstIcmp::ICond condition, Value *lhs, Value *rhs) in createIntCompare()