Searched refs:ICond (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.h | 564 enum ICond { enum 571 static InstIcmp *create(Cfg *Func, ICond Condition, Variable *Dest, in create() 576 ICond getCondition() const { return Condition; } in getCondition() 583 InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1, 586 ICond Condition;
|
D | 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,
|
D | IceInst.cpp | 68 InstIcmp::ICond Reverse; 71 { str, InstIcmp::ICond::reverse } \ 376 InstIcmp::InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1, in InstIcmp()
|
D | PNaClTranslator.cpp | 1981 Ice::InstIcmp::ICond &Cond) const { in convertNaClBitcICmpOpToIce() 2015 Cond = static_cast<Ice::InstIcmp::ICond>(0); in convertNaClBitcICmpOpToIce() 2383 Ice::InstIcmp::ICond Cond; in ProcessRecord()
|
D | IceTargetLoweringX8632Traits.h | 799 static Cond::BrCond getIcmp32Mapping(InstIcmp::ICond Cond) {
|
D | IceTargetLoweringX8664Traits.h | 890 static Cond::BrCond getIcmp32Mapping(InstIcmp::ICond Cond) {
|
D | IceConverter.cpp | 410 Ice::InstIcmp::ICond Cond; in convertICmpInstruction()
|
D | IceTargetLoweringARM32.cpp | 154 CondARM32::Cond getIcmp32Mapping(InstIcmp::ICond Cond) { in getIcmp32Mapping() 4445 TargetARM32::lowerInt64IcmpCond(InstIcmp::ICond Condition, Operand *Src0, in lowerInt64IcmpCond() 4570 TargetARM32::lowerInt32IcmpCond(InstIcmp::ICond Condition, Operand *Src0, in lowerInt32IcmpCond() 4607 TargetARM32::lowerInt8AndInt16IcmpCond(InstIcmp::ICond Condition, Operand *Src0, in lowerInt8AndInt16IcmpCond() 4656 TargetARM32::CondWhenTrue TargetARM32::lowerIcmpCond(InstIcmp::ICond Condition, in lowerIcmpCond()
|
D | IceTargetLoweringMIPS32.cpp | 332 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()
|
D | IceTargetLoweringX86BaseImpl.h | 3657 InstIcmp::ICond Condition = Icmp->getCondition(); 3746 InstIcmp::ICond Condition = Icmp->getCondition();
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 1625 static Value *createIntCompare(Ice::InstIcmp::ICond condition, Value *lhs, Value *rhs) in createIntCompare()
|