/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 872 …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 …]
|
D | OutputASM.h | 276 …void emitCmp(sw::Shader::Control cmpOp, TIntermTyped *dst, TIntermNode *left, TIntermNode *right, …
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 132 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-10.0/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 180 bool emitCmp(unsigned DestReg, const CmpInst *CI); 638 bool MipsFastISel::emitCmp(unsigned ResultReg, const CmpInst *CI) { in emitCmp() function in MipsFastISel 963 if (!emitCmp(ZExtCondReg, CI)) in selectBranch() 989 if (!emitCmp(ResultReg, CI)) in selectCmp()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 180 bool emitCmp(unsigned DestReg, const CmpInst *CI); 638 bool MipsFastISel::emitCmp(unsigned ResultReg, const CmpInst *CI) { in emitCmp() function in MipsFastISel 961 if (!emitCmp(ZExtCondReg, CI)) in selectBranch() 987 if (!emitCmp(ResultReg, CI)) in selectCmp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 223 bool emitCmp(const Value *LHS, const Value *RHS, bool IsZExt); 1485 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { in emitCmp() function in AArch64FastISel 2457 if (!emitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned())) in selectBranch() 2598 if (!emitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned())) in selectCmp() 2785 if (!emitCmp(Cmp->getOperand(0), Cmp->getOperand(1), Cmp->isUnsigned())) in selectSelect()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 180 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-project/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 223 bool emitCmp(const Value *LHS, const Value *RHS, bool IsZExt); 1483 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { in emitCmp() function in AArch64FastISel 2455 if (!emitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned())) in selectBranch() 2596 if (!emitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned())) in selectCmp() 2783 if (!emitCmp(Cmp->getOperand(0), Cmp->getOperand(1), Cmp->isUnsigned())) in selectSelect()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2583 static SDValue emitCmp(SelectionDAG &DAG, const SDLoc &DL, Comparison &C) { in emitCmp() function 2869 SDValue CCReg = emitCmp(DAG, DL, C); in lowerSETCC() 2889 SDValue CCReg = emitCmp(DAG, DL, C); in lowerSTRICT_FSETCC() 2904 SDValue CCReg = emitCmp(DAG, DL, C); in lowerBR_CC() 2958 SDValue CCReg = emitCmp(DAG, DL, C); in lowerSELECT_CC()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2146 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/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2623 static SDValue emitCmp(SelectionDAG &DAG, const SDLoc &DL, Comparison &C) { in emitCmp() function 2909 SDValue CCReg = emitCmp(DAG, DL, C); in lowerSETCC() 2929 SDValue CCReg = emitCmp(DAG, DL, C); in lowerSTRICT_FSETCC() 2944 SDValue CCReg = emitCmp(DAG, DL, C); in lowerBR_CC() 2998 SDValue CCReg = emitCmp(DAG, DL, C); in lowerSELECT_CC()
|