Searched refs:COND_O (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.h | 46 COND_O = 13, enumerator
|
D | X86InstrInfo.cpp | 1855 case X86::JO_4: return X86::COND_O; in GetCondFromBranchOpc() 1877 case X86::COND_O: return X86::JO_4; in GetCondBranchFromCond() 1901 case X86::COND_O: return X86::COND_NO; in GetOppositeBranchCondition() 1902 case X86::COND_NO: return X86::COND_O; in GetOppositeBranchCondition()
|
D | X86ISelLowering.cpp | 8167 case X86::COND_O: case X86::COND_NO: in EmitTest() 8820 case X86::COND_O: in LowerBRCOND() 10061 Cond = X86::COND_O; in LowerXALUO() 10065 Cond = X86::COND_O; in LowerXALUO() 10077 Cond = X86::COND_O; in LowerXALUO() 10081 Cond = X86::COND_O; in LowerXALUO() 10089 Cond = X86::COND_O; in LowerXALUO() 10098 DAG.getConstant(X86::COND_O, MVT::i32), in LowerXALUO()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 47 COND_O = 13, enumerator
|
D | X86InstrInfo.cpp | 3703 case X86::JO_1: return X86::COND_O; in getCondFromBranchOpc() 3725 case X86::SETOr: case X86::SETOm: return X86::COND_O; in getCondFromSETOpc() 3776 return X86::COND_O; in getCondFromCMovOpc() 3803 case X86::COND_O: return X86::JO_1; in GetCondBranchFromCond() 3827 case X86::COND_O: return X86::COND_NO; in GetOppositeBranchCondition() 3828 case X86::COND_NO: return X86::COND_O; in GetOppositeBranchCondition() 5230 case X86::COND_O: case X86::COND_NO: in optimizeCompareInstr()
|
D | X86FastISel.cpp | 292 case Intrinsic::umul_with_overflow: TmpCC = X86::COND_O; break; in foldX86XALUIntrinsic()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 55 COND_O = 13, enumerator
|
D | X86FlagsCopyLowering.cpp | 809 Cond = X86::COND_O; // OF == 1 in rewriteArithmetic()
|
D | X86InstrInfo.cpp | 2138 case X86::JO_1: return X86::COND_O; in getCondFromBranchOpc() 2160 case X86::SETOr: case X86::SETOm: return X86::COND_O; in getCondFromSETOpc() 2211 return X86::COND_O; in getCondFromCMovOpc() 2238 case X86::COND_O: return X86::JO_1; in GetCondBranchFromCond() 2262 case X86::COND_O: return X86::COND_NO; in GetOppositeBranchCondition() 2263 case X86::COND_NO: return X86::COND_O; in GetOppositeBranchCondition() 3807 case X86::COND_O: case X86::COND_NO: in optimizeCompareInstr()
|
D | X86ISelLowering.cpp | 17701 case X86::COND_O: case X86::COND_NO: { in EmitTest() 19067 case ISD::SADDO: X86Opcode = X86ISD::ADD; X86Cond = X86::COND_O; break; in LowerSELECT() 19069 case ISD::SSUBO: X86Opcode = X86ISD::SUB; X86Cond = X86::COND_O; break; in LowerSELECT() 19070 case ISD::UMULO: X86Opcode = X86ISD::UMUL; X86Cond = X86::COND_O; break; in LowerSELECT() 19071 case ISD::SMULO: X86Opcode = X86ISD::SMUL; X86Cond = X86::COND_O; break; in LowerSELECT() 19702 case X86::COND_O: in LowerBRCOND() 19729 X86Opcode = X86ISD::INC; X86Cond = X86::COND_O; in LowerBRCOND() 19732 X86Opcode = X86ISD::ADD; X86Cond = X86::COND_O; break; in LowerBRCOND() 19736 X86Opcode = X86ISD::DEC; X86Cond = X86::COND_O; in LowerBRCOND() 19739 X86Opcode = X86ISD::SUB; X86Cond = X86::COND_O; break; in LowerBRCOND() [all …]
|
D | X86FastISel.cpp | 264 case Intrinsic::umul_with_overflow: TmpCC = X86::COND_O; break; in foldX86XALUIntrinsic()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | VOPCInstructions.td | 251 defm V_CMP_O_F32 : VOPC_F32 <"v_cmp_o_f32", COND_O>; 285 defm V_CMP_O_F64 : VOPC_F64 <"v_cmp_o_f64", COND_O>; 393 defm V_CMP_O_F16 : VOPC_F16 <"v_cmp_o_f16", COND_O>;
|
D | AMDGPUInstructions.td | 227 def COND_O : PatLeaf <(cond), [{return N->get() == ISD::SETO;}]>;
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructions.td | 115 def COND_O : PatLeaf <(cond), [{return N->get() == ISD::SETO;}]>;
|
D | SIInstructions.td | 541 defm V_CMP_O_F32 : VOPC_F32 <vopc<0x7, 0x47>, "v_cmp_o_f32", COND_O>; 577 defm V_CMP_O_F64 : VOPC_F64 <vopc<0x27, 0x67>, "v_cmp_o_f64", COND_O>;
|