Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInst.h536 enum FCond { enum
543 static InstFcmp *create(Cfg *Func, FCond Condition, Variable *Dest, in create()
548 FCond getCondition() const { return Condition; } in getCondition()
554 InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1,
557 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()
DIceInst.cpp361 InstFcmp::InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1, in InstFcmp()
DIceConverter.cpp454 Ice::InstFcmp::FCond Cond; in convertFCmpInstruction()
DIceTargetLoweringX86BaseImpl.h3443 InstFcmp::FCond Condition = Fcmp->getCondition();
3524 InstFcmp::FCond Condition = Fcmp->getCondition();
6818 InstFcmp::FCond Condition = Fcmp->getCondition();
DIceTargetLoweringMIPS32.cpp305 InstFcmp::FCond Cond = llvm::cast<InstFcmp>(Instr)->getCondition(); in genTargetHelperCallFor()
3968 InstFcmp::FCond Cond = Instr->getCondition(); in lowerFcmp()
DIceTargetLoweringARM32.cpp4308 InstFcmp::FCond Condition = Instr->getCondition(); in lowerFcmpCond()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp513 Value *FCond = findLIVLoopCondition(Cond, L, Changed, OpChain, Cache, MSSAU); in findLIVLoopCondition() local
517 assert((!FCond || OpChain != OC_OpChainMixed) && in findLIVLoopCondition()
519 return {FCond, OpChain}; in findLIVLoopCondition()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp510 Value *FCond = FindLIVLoopCondition(Cond, L, Changed, OpChain, Cache, MSSAU); in FindLIVLoopCondition() local
514 assert((!FCond || OpChain != OC_OpChainMixed) && in FindLIVLoopCondition()
516 return {FCond, OpChain}; in FindLIVLoopCondition()
/external/llvm-project/clang/lib/Analysis/
DThreadSafety.cpp1493 bool TCond, FCond; in getTrylockCallExpr() local
1495 getStaticBooleanValue(COP->getFalseExpr(), FCond)) { in getTrylockCallExpr()
1496 if (TCond && !FCond) in getTrylockCallExpr()
1498 if (!TCond && FCond) { in getTrylockCallExpr()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1797 static Value *createFloatCompare(Ice::InstFcmp::FCond condition, Value *lhs, Value *rhs) in createFloatCompare()