Home
last modified time | relevance | path

Searched refs:emitCmp (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp872 …case EOpLessThan: if(visit == PostVisit) emitCmp(sw::Shader::CONTROL_LT, result, le… in visitBinary()
873 …case EOpGreaterThan: if(visit == PostVisit) emitCmp(sw::Shader::CONTROL_GT, result, le… in visitBinary()
874 …case EOpLessThanEqual: if(visit == PostVisit) emitCmp(sw::Shader::CONTROL_LE, result, le… in visitBinary()
875 …case EOpGreaterThanEqual: if(visit == PostVisit) emitCmp(sw::Shader::CONTROL_GE, result, le… in visitBinary()
1659 …case EOpLessThan: if(visit == PostVisit) emitCmp(sw::Shader::CONTROL_LT, result, arg[0], a… in visitAggregate()
1660 …case EOpGreaterThan: if(visit == PostVisit) emitCmp(sw::Shader::CONTROL_GT, result, arg[0], a… in visitAggregate()
1661 …case EOpLessThanEqual: if(visit == PostVisit) emitCmp(sw::Shader::CONTROL_LE, result, arg[0], a… in visitAggregate()
1662 …case EOpGreaterThanEqual: if(visit == PostVisit) emitCmp(sw::Shader::CONTROL_GE, result, arg[0], a… in visitAggregate()
1663 …case EOpVectorEqual: if(visit == PostVisit) emitCmp(sw::Shader::CONTROL_EQ, result, arg[0], a… in visitAggregate()
1664 …case EOpVectorNotEqual: if(visit == PostVisit) emitCmp(sw::Shader::CONTROL_NE, result, arg[0], a… in visitAggregate()
[all …]
DOutputASM.h276 …void emitCmp(sw::Shader::Control cmpOp, TIntermTyped *dst, TIntermNode *left, TIntermNode *right, …
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp132 bool emitCmp(unsigned DestReg, const CmpInst *CI);
595 bool MipsFastISel::emitCmp(unsigned ResultReg, const CmpInst *CI) { in emitCmp() function in MipsFastISel
927 if (!emitCmp(CondReg, CI)) in selectBranch()
941 if (!emitCmp(ResultReg, CI)) in selectCmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp178 bool emitCmp(unsigned DestReg, const CmpInst *CI);
636 bool MipsFastISel::emitCmp(unsigned ResultReg, const CmpInst *CI) { in emitCmp() function in MipsFastISel
974 if (!emitCmp(ResultReg, CI)) in selectCmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp224 bool emitCmp(const Value *LHS, const Value *RHS, bool IsZExt);
1452 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { in emitCmp() function in AArch64FastISel
2415 if (!emitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned())) in selectBranch()
2556 if (!emitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned())) in selectCmp()
2743 if (!emitCmp(Cmp->getOperand(0), Cmp->getOperand(1), Cmp->isUnsigned())) in selectSelect()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp180 bool emitCmp(const Value *LHS, const Value *RHS, bool IsZExt);
1398 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { in emitCmp() function in AArch64FastISel
2326 if (!emitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned())) in selectBranch()
2467 if (!emitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned())) in selectCmp()
2654 if (!emitCmp(Cmp->getOperand(0), Cmp->getOperand(1), Cmp->isUnsigned())) in selectSelect()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2146 static SDValue emitCmp(SelectionDAG &DAG, const SDLoc &DL, Comparison &C) { in emitCmp() function
2367 SDValue Glue = emitCmp(DAG, DL, C); in lowerSETCC()
2379 SDValue Glue = emitCmp(DAG, DL, C); in lowerBR_CC()
2432 SDValue Glue = emitCmp(DAG, DL, C); in lowerSELECT_CC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2316 static SDValue emitCmp(SelectionDAG &DAG, const SDLoc &DL, Comparison &C) { in emitCmp() function
2528 SDValue CCReg = emitCmp(DAG, DL, C); in lowerSETCC()
2540 SDValue CCReg = emitCmp(DAG, DL, C); in lowerBR_CC()
2593 SDValue CCReg = emitCmp(DAG, DL, C); in lowerSELECT_CC()