Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInst.h554 enum ICond { enum
561 static InstIcmp *create(Cfg *Func, ICond Condition, Variable *Dest, in create()
566 ICond getCondition() const { return Condition; } in getCondition()
573 InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1,
576 ICond Condition;
DIceTargetLoweringARM32.h252 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,
DIceInst.cpp68 InstIcmp::ICond Reverse;
71 { str, InstIcmp::ICond::reverse } \
376 InstIcmp::InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1, in InstIcmp()
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()
DIceTargetLoweringX8632Traits.h781 static Cond::BrCond getIcmp32Mapping(InstIcmp::ICond Cond) {
DIceConverter.cpp410 Ice::InstIcmp::ICond Cond; in convertICmpInstruction()
DIceTargetLoweringX8664Traits.h863 static Cond::BrCond getIcmp32Mapping(InstIcmp::ICond Cond) {
DIceTargetLoweringARM32.cpp154 CondARM32::Cond getIcmp32Mapping(InstIcmp::ICond Cond) { in getIcmp32Mapping()
4428 TargetARM32::lowerInt64IcmpCond(InstIcmp::ICond Condition, Operand *Src0, in lowerInt64IcmpCond()
4553 TargetARM32::lowerInt32IcmpCond(InstIcmp::ICond Condition, Operand *Src0, in lowerInt32IcmpCond()
4590 TargetARM32::lowerInt8AndInt16IcmpCond(InstIcmp::ICond Condition, Operand *Src0, in lowerInt8AndInt16IcmpCond()
4639 TargetARM32::CondWhenTrue TargetARM32::lowerIcmpCond(InstIcmp::ICond Condition, in lowerIcmpCond()
DIceTargetLoweringMIPS32.cpp332 InstIcmp::ICond Cond = llvm::cast<InstIcmp>(Instr)->getCondition(); in genTargetHelperCallFor()
4171 InstIcmp::ICond Condition = Instr->getCondition(); in lower64Icmp()
4325 InstIcmp::ICond Cond = Instr->getCondition(); in lowerIcmp()
DIceTargetLoweringX86BaseImpl.h3585 InstIcmp::ICond Condition = Icmp->getCondition();
3674 InstIcmp::ICond Condition = Icmp->getCondition();
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1067 static Value *createIntCompare(Ice::InstIcmp::ICond condition, Value *lhs, Value *rhs) in createIntCompare()