Searched refs:FCond (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.h | 536 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;
|
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 | IceInst.cpp | 361 InstFcmp::InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1, in InstFcmp()
|
D | IceConverter.cpp | 454 Ice::InstFcmp::FCond Cond; in convertFCmpInstruction()
|
D | IceTargetLoweringX86BaseImpl.h | 3443 InstFcmp::FCond Condition = Fcmp->getCondition(); 3524 InstFcmp::FCond Condition = Fcmp->getCondition(); 6818 InstFcmp::FCond Condition = Fcmp->getCondition();
|
D | IceTargetLoweringMIPS32.cpp | 305 InstFcmp::FCond Cond = llvm::cast<InstFcmp>(Instr)->getCondition(); in genTargetHelperCallFor() 3968 InstFcmp::FCond Cond = Instr->getCondition(); in lowerFcmp()
|
D | IceTargetLoweringARM32.cpp | 4308 InstFcmp::FCond Condition = Instr->getCondition(); in lowerFcmpCond()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 513 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/ |
D | LoopUnswitch.cpp | 510 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/ |
D | ThreadSafety.cpp | 1493 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/ |
D | SubzeroReactor.cpp | 1797 static Value *createFloatCompare(Ice::InstFcmp::FCond condition, Value *lhs, Value *rhs) in createFloatCompare()
|