Home
last modified time | relevance | path

Searched refs:OType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrMMX.td36 X86MemOperand OType = i64mem> {
45 (ins VR64:$src1, OType:$src2),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp10439 EVT OType = getSetCCResultType( in expandSADDSUBO() local
10446 SDValue SetCC = DAG.getSetCC(dl, OType, Result, Sat, ISD::SETNE); in expandSADDSUBO()
10459 SDValue ResultLowerThanLHS = DAG.getSetCC(dl, OType, Result, LHS, ISD::SETLT); in expandSADDSUBO()
10461 DAG.getSetCC(dl, OType, RHS, Zero, IsAdd ? ISD::SETLT : ISD::SETGT); in expandSADDSUBO()
10464 DAG.getNode(ISD::XOR, dl, OType, ConditionRHS, ResultLowerThanLHS), dl, in expandSADDSUBO()
H A DLegalizeIntegerTypes.cpp4382 EVT OType = Node->getValueType(1); in ExpandIntRes_SADDSUBO() local
4383 Ovf = DAG.getSetCC(dl, OType, Ovf, DAG.getConstant(0, dl, VT), ISD::SETLT); in ExpandIntRes_SADDSUBO()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp11668 EVT OType = N->getValueType(1); in ReplaceNodeResults() local
11669 SDValue ResultLowerThanLHS = DAG.getSetCC(DL, OType, Res, LHS, ISD::SETLT); in ReplaceNodeResults()
11670 SDValue ConditionRHS = DAG.getSetCC(DL, OType, RHS, Zero, ISD::SETLT); in ReplaceNodeResults()
11673 DAG.getNode(ISD::XOR, DL, OType, ConditionRHS, ResultLowerThanLHS); in ReplaceNodeResults()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4534 QualType OType = PVD->getOriginalType(); in CheckUnaryExprOrTypeTraitOperand() local
4536 if (Type->isPointerType() && OType->isArrayType()) { in CheckUnaryExprOrTypeTraitOperand()
4538 << Type << OType; in CheckUnaryExprOrTypeTraitOperand()