Home
last modified time | relevance | path

Searched refs:FCond (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInst.h529 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;
DPNaClTranslator.cpp2023 Ice::InstFcmp::FCond &Cond) const { in convertNaClBitcFCompOpToIce()
2075 Cond = static_cast<Ice::InstFcmp::FCond>(0); in convertNaClBitcFCompOpToIce()
2395 Ice::InstFcmp::FCond Cond; in ProcessRecord()
DIceConverter.cpp454 Ice::InstFcmp::FCond Cond; in convertFCmpInstruction()
DIceInst.cpp369 InstFcmp::InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1, in InstFcmp()
DIceTargetLoweringX86BaseImpl.h3367 InstFcmp::FCond Condition = Fcmp->getCondition();
3448 InstFcmp::FCond Condition = Fcmp->getCondition();
6765 InstFcmp::FCond Condition = Fcmp->getCondition();
DIceTargetLoweringMIPS32.cpp305 InstFcmp::FCond Cond = llvm::cast<InstFcmp>(Instr)->getCondition(); in genTargetHelperCallFor()
3983 InstFcmp::FCond Cond = Instr->getCondition(); in lowerFcmp()
DIceTargetLoweringARM32.cpp4312 InstFcmp::FCond Condition = Instr->getCondition(); in lowerFcmpCond()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp500 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/
DSubzeroReactor.cpp1147 static Value *createFloatCompare(Ice::InstFcmp::FCond condition, Value *lhs, Value *rhs) in createFloatCompare()