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.cpp10928 EVT OType = getSetCCResultType( in expandSADDSUBO() local
10935 SDValue SetCC = DAG.getSetCC(dl, OType, Result, Sat, ISD::SETNE); in expandSADDSUBO()
10948 SDValue ResultLowerThanLHS = DAG.getSetCC(dl, OType, Result, LHS, ISD::SETLT); in expandSADDSUBO()
10950 DAG.getSetCC(dl, OType, RHS, Zero, IsAdd ? ISD::SETLT : ISD::SETGT); in expandSADDSUBO()
10953 DAG.getNode(ISD::XOR, dl, OType, ConditionRHS, ResultLowerThanLHS), dl, in expandSADDSUBO()
H A DLegalizeIntegerTypes.cpp4544 EVT OType = Node->getValueType(1); in ExpandIntRes_SADDSUBO() local
4545 Ovf = DAG.getSetCC(dl, OType, Ovf, DAG.getConstant(0, dl, VT), ISD::SETLT); in ExpandIntRes_SADDSUBO()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4282 QualType OType = PVD->getOriginalType(); in CheckUnaryExprOrTypeTraitOperand() local
4284 if (Type->isPointerType() && OType->isArrayType()) { in CheckUnaryExprOrTypeTraitOperand()
4286 << Type << OType; in CheckUnaryExprOrTypeTraitOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12487 EVT OType = N->getValueType(1); in ReplaceNodeResults()
12488 SDValue ResultLowerThanLHS = DAG.getSetCC(DL, OType, Res, LHS, ISD::SETLT); in ReplaceNodeResults()
12489 SDValue ConditionRHS = DAG.getSetCC(DL, OType, RHS, Zero, ISD::SETLT); in ReplaceNodeResults()
12492 DAG.getNode(ISD::XOR, DL, OType, ConditionRHS, ResultLowerThanLHS); in ReplaceNodeResults()
12485 EVT OType = N->getValueType(1); ReplaceNodeResults() local