Searched refs:FCond (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.h | 529 enum FCond { enum 536 static InstFcmp *create(Cfg *Func, FCond Condition, Variable *Dest, in create() 541 FCond getCondition() const { return Condition; } in getCondition() 547 InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1, 550 const FCond Condition;
|
D | PNaClTranslator.cpp | 2023 Ice::InstFcmp::FCond &Cond) const { in convertNaClBitcFCompOpToIce() 2075 Cond = static_cast<Ice::InstFcmp::FCond>(0); in convertNaClBitcFCompOpToIce() 2395 Ice::InstFcmp::FCond Cond; in ProcessRecord()
|
D | IceConverter.cpp | 454 Ice::InstFcmp::FCond Cond; in convertFCmpInstruction()
|
D | IceInst.cpp | 369 InstFcmp::InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1, in InstFcmp()
|
D | IceTargetLoweringX86BaseImpl.h | 3367 InstFcmp::FCond Condition = Fcmp->getCondition(); 3448 InstFcmp::FCond Condition = Fcmp->getCondition(); 6765 InstFcmp::FCond Condition = Fcmp->getCondition();
|
D | IceTargetLoweringMIPS32.cpp | 305 InstFcmp::FCond Cond = llvm::cast<InstFcmp>(Instr)->getCondition(); in genTargetHelperCallFor() 3983 InstFcmp::FCond Cond = Instr->getCondition(); in lowerFcmp()
|
D | IceTargetLoweringARM32.cpp | 4312 InstFcmp::FCond Condition = Instr->getCondition(); in lowerFcmpCond()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 500 Value *FCond = FindLIVLoopCondition(Cond, L, Changed, OpChain, Cache); in FindLIVLoopCondition() local 504 assert((!FCond || OpChain != OC_OpChainMixed) && in FindLIVLoopCondition() 506 return {FCond, OpChain}; in FindLIVLoopCondition()
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 1147 static Value *createFloatCompare(Ice::InstFcmp::FCond condition, Value *lhs, Value *rhs) in createFloatCompare()
|