Searched refs:ICond (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInst.h | 566 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;
|
D | IceInst.cpp | 62 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()
|
D | IceTargetLoweringARM32.h | 251 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,
|
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 | IceConverter.cpp | 410 Ice::InstIcmp::ICond Cond; in convertICmpInstruction()
|
D | IceTargetLoweringARM32.cpp | 145 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()
|
D | IceTargetLoweringX8632.h | 1003 static CondX86::BrCond getIcmp32Mapping(InstIcmp::ICond Cond) { in getIcmp32Mapping()
|
D | IceTargetLoweringX8664.h | 986 static CondX86::BrCond getIcmp32Mapping(InstIcmp::ICond Cond) { in getIcmp32Mapping()
|
D | IceTargetLoweringMIPS32.cpp | 330 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()
|
D | IceTargetLoweringX8632.cpp | 3327 InstIcmp::ICond Condition = Icmp->getCondition(); in lowerIcmpVector() 3412 InstIcmp::ICond Condition = Icmp->getCondition(); in lowerIcmp64()
|
D | IceTargetLoweringX8664.cpp | 3025 InstIcmp::ICond Condition = Icmp->getCondition(); in lowerIcmpVector()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 1725 static Value *createIntCompare(Ice::InstIcmp::ICond condition, Value *lhs, Value *rhs) in createIntCompare()
|