Searched refs:COND_A (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.h | 33 COND_A = 0, enumerator
|
D | X86InstrInfo.cpp | 1849 case X86::JA_4: return X86::COND_A; in GetCondFromBranchOpc() 1871 case X86::COND_A: return X86::JA_4; in GetCondBranchFromCond() 1894 case X86::COND_BE: return X86::COND_A; in GetOppositeBranchCondition() 1895 case X86::COND_A: return X86::COND_BE; in GetOppositeBranchCondition()
|
D | X86ISelLowering.cpp | 3004 case ISD::SETUGT: return X86::COND_A; in TranslateX86CC() 3041 case ISD::SETGT: return X86::COND_A; in TranslateX86CC() 3071 case X86::COND_A: in hasFPCMov() 8161 case X86::COND_A: case X86::COND_AE: in EmitTest() 9301 X86CC = X86::COND_A; in LowerINTRINSIC_WO_CHAIN()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 34 COND_A = 0, enumerator
|
D | X86InstrInfo.cpp | 3697 case X86::JA_1: return X86::COND_A; in getCondFromBranchOpc() 3712 case X86::SETAr: case X86::SETAm: return X86::COND_A; in getCondFromSETOpc() 3737 return X86::COND_A; in getCondFromCMovOpc() 3797 case X86::COND_A: return X86::JA_1; in GetCondBranchFromCond() 3820 case X86::COND_BE: return X86::COND_A; in GetOppositeBranchCondition() 3821 case X86::COND_A: return X86::COND_BE; in GetOppositeBranchCondition() 3845 case X86::COND_B: return X86::COND_A; in getSwappedCondition() 3847 case X86::COND_A: return X86::COND_B; in getSwappedCondition() 5226 case X86::COND_A: case X86::COND_AE: in optimizeCompareInstr()
|
D | X86FastISel.cpp | 186 case CmpInst::FCMP_OGT: CC = X86::COND_A; break; in getX86ConditionCode() 202 case CmpInst::ICMP_UGT: CC = X86::COND_A; break; in getX86ConditionCode()
|
D | X86ISelLowering.cpp | 3945 case X86::COND_A: in isX86CCUnsigned() 3967 case ISD::SETUGT: return X86::COND_A; in TranslateIntegerX86CC() 4031 case ISD::SETGT: return X86::COND_A; in TranslateX86CC() 4061 case X86::COND_A: in hasFPCMov() 14627 case X86::COND_A: case X86::COND_AE: in EmitTest() 17795 DAG.getConstant(X86::COND_A, dl, MVT::i8), Comi); in LowerINTRINSIC_WO_CHAIN() 17799 DAG.getConstant(X86::COND_A, dl, MVT::i8), InvComi); in LowerINTRINSIC_WO_CHAIN() 18012 X86CC = X86::COND_A; in LowerINTRINSIC_WO_CHAIN() 18051 X86CC = X86::COND_A; in LowerINTRINSIC_WO_CHAIN() 18055 X86CC = X86::COND_A; in LowerINTRINSIC_WO_CHAIN() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 42 COND_A = 0, enumerator
|
D | X86InstrInfo.cpp | 2132 case X86::JA_1: return X86::COND_A; in getCondFromBranchOpc() 2147 case X86::SETAr: case X86::SETAm: return X86::COND_A; in getCondFromSETOpc() 2172 return X86::COND_A; in getCondFromCMovOpc() 2232 case X86::COND_A: return X86::JA_1; in GetCondBranchFromCond() 2255 case X86::COND_BE: return X86::COND_A; in GetOppositeBranchCondition() 2256 case X86::COND_A: return X86::COND_BE; in GetOppositeBranchCondition() 2280 case X86::COND_B: return X86::COND_A; in getSwappedCondition() 2282 case X86::COND_A: return X86::COND_B; in getSwappedCondition() 2296 case CmpInst::FCMP_OGT: CC = X86::COND_A; break; in getX86ConditionCode() 2312 case CmpInst::ICMP_UGT: CC = X86::COND_A; break; in getX86ConditionCode() [all …]
|
D | X86ISelLowering.cpp | 4490 case X86::COND_A: in isX86CCUnsigned() 4512 case ISD::SETUGT: return X86::COND_A; in TranslateIntegerX86CC() 4576 case ISD::SETGT: return X86::COND_A; in TranslateX86CC() 4606 case X86::COND_A: in hasFPCMov() 17695 case X86::COND_A: case X86::COND_AE: in EmitTest() 20908 SetCC = getSETCC(X86::COND_A, Comi, dl, DAG); in LowerINTRINSIC_WO_CHAIN() 20911 SetCC = getSETCC(X86::COND_A, InvComi, dl, DAG); in LowerINTRINSIC_WO_CHAIN() 21074 X86CC = X86::COND_A; in LowerINTRINSIC_WO_CHAIN() 21102 X86CC = X86::COND_A; in LowerINTRINSIC_WO_CHAIN() 21106 X86CC = X86::COND_A; in LowerINTRINSIC_WO_CHAIN() [all …]
|