Searched refs:getSetCCResultType (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DR600ISelLowering.h41 virtual EVT getSetCCResultType(EVT VT) const;
H A DSIISelLowering.h51 virtual EVT getSetCCResultType(EVT VT) const;
H A DSIISelLowering.cpp225 EVT SITargetLowering::getSetCCResultType(EVT VT) const { function in class:SITargetLowering
H A DR600ISelLowering.cpp975 EVT R600TargetLowering::getSetCCResultType(EVT VT) const { function in class:R600TargetLowering
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h142 virtual EVT getSetCCResultType(EVT VT) const { function in class:llvm::HexagonTargetLowering
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.h104 /// getSetCCResultType - get the ISD::SETCC result ValueType
105 EVT getSetCCResultType(EVT VT) const;
H A DMBlazeISelLowering.cpp195 EVT MBlazeTargetLowering::getSetCCResultType(EVT VT) const { function in class:MBlazeTargetLowering
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h103 virtual EVT getSetCCResultType(EVT VT) const { function in class:llvm::NVPTXTargetLowering
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h174 EVT getSetCCResultType(EVT VT) const;
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h120 virtual EVT getSetCCResultType(EVT VT) const { function in class:llvm::SystemZTargetLowering
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp495 Mask = PromoteTargetBoolean(Mask, TLI.getSetCCResultType(OpTy));
511 EVT SVT = TLI.getSetCCResultType(N->getOperand(0).getValueType());
515 // Only use the result of getSetCCResultType if it is legal,
884 EVT SVT = TLI.getSetCCResultType(MVT::Other);
976 EVT SVT = TLI.getSetCCResultType(N->getOpcode() == ISD::SELECT ?
1451 SDValue isShort = DAG.getSetCC(dl, TLI.getSetCCResultType(ShTy),
1548 SDValue Cmp1 = DAG.getSetCC(dl, TLI.getSetCCResultType(NVT), Lo, LoOps[0],
1553 SDValue Cmp2 = DAG.getSetCC(dl, TLI.getSetCCResultType(NVT), Lo, LoOps[1],
1562 DAG.getSetCC(dl, TLI.getSetCCResultType(LoOps[0].getValueType()),
1711 SDValue HiNotZero = DAG.getSetCC(dl, TLI.getSetCCResultType(NV
[all...]
H A DLegalizeVectorOps.cpp600 EVT MaskTy = TLI.getSetCCResultType(VT);
756 Ops[i] = DAG.getNode(ISD::SETCC, dl, TLI.getSetCCResultType(TmpEltVT),
H A DLegalizeDAG.cpp1545 SignBit = DAG.getSetCC(dl, TLI.getSetCCResultType(SignBit.getValueType()),
2330 SDValue SignBitTest = DAG.getSetCC(dl, TLI.getSetCCResultType(MVT::i64),
2343 SDValue Ne = DAG.getSetCC(dl, TLI.getSetCCResultType(MVT::i64),
2346 SDValue Ge = DAG.getSetCC(dl, TLI.getSetCCResultType(MVT::i64),
2368 SDValue SignSet = DAG.getSetCC(dl, TLI.getSetCCResultType(Op0.getValueType()),
2916 Tmp2 = DAG.getSetCC(dl, TLI.getSetCCResultType(VT),
3134 Tmp2 = DAG.getSetCC(dl, TLI.getSetCCResultType(Tmp1.getValueType()),
3531 TopHalf = DAG.getSetCC(dl, TLI.getSetCCResultType(VT), TopHalf, Tmp1,
3534 TopHalf = DAG.getSetCC(dl, TLI.getSetCCResultType(VT), TopHalf,
3657 LegalizeSetCCCondCode(TLI.getSetCCResultType(Tmp
[all...]
H A DLegalizeFloatTypes.cpp1296 Tmp1 = DAG.getSetCC(dl, TLI.getSetCCResultType(LHSHi.getValueType()),
1298 Tmp2 = DAG.getSetCC(dl, TLI.getSetCCResultType(LHSLo.getValueType()),
1301 Tmp1 = DAG.getSetCC(dl, TLI.getSetCCResultType(LHSHi.getValueType()),
1303 Tmp2 = DAG.getSetCC(dl, TLI.getSetCCResultType(LHSHi.getValueType()),
H A DDAGCombiner.cpp2639 TLI.getSetCCResultType(N0.getSimpleValueType())))))
3151 TLI.getSetCCResultType(N0.getValueType())))))
4220 SDValue SCC = SimplifySetCC(TLI.getSetCCResultType(N0.getValueType()),
4503 EVT SVT = TLI.getSetCCResultType(N0VT);
4542 TLI.isOperationLegal(ISD::SETCC, TLI.getSetCCResultType(VT))))
4545 TLI.getSetCCResultType(VT),
6815 TLI.getSetCCResultType(Op0.getValueType()),
6885 SetCCVT = TLI.getSetCCResultType(SetCCVT);
6916 SDValue Simp = SimplifySetCC(TLI.getSetCCResultType(CondLHS.getValueType()),
9723 SDValue SCC = SimplifySetCC(TLI.getSetCCResultType(N
[all...]
H A DTargetLowering.cpp190 SDValue Tmp = DAG.getNode(ISD::SETCC, dl, getSetCCResultType(RetVT),
193 NewLHS = DAG.getNode(ISD::SETCC, dl, getSetCCResultType(RetVT), NewLHS,
H A DSelectionDAGBuilder.cpp1713 TLI.getSetCCResultType(Sub.getValueType()), Sub,
1748 TLI.getSetCCResultType(Sub.getValueType()),
1814 TLI.getSetCCResultType(VT),
1821 TLI.getSetCCResultType(VT),
1834 TLI.getSetCCResultType(VT),
H A DLegalizeVectorTypes.cpp2388 EVT SVT = TLI.getSetCCResultType(InOp0.getValueType());
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h272 /// getSetCCResultType - Return the value type to use for ISD::SETCC.
273 virtual EVT getSetCCResultType(EVT VT) const;
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h197 /// getSetCCResultType - get the ISD::SETCC result ValueType
198 EVT getSetCCResultType(EVT VT) const;
H A DMipsISelLowering.cpp410 EVT MipsTargetLowering::getSetCCResultType(EVT VT) const { function in class:MipsTargetLowering
1420 SDValue Cond = DAG.getNode(ISD::SETCC, DL, getSetCCResultType(Ty),
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h342 /// getSetCCResultType - Return the ISD::SETCC ValueType
343 virtual EVT getSetCCResultType(EVT VT) const;
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h565 /// getSetCCResultType - Return the value type to use for ISD::SETCC.
566 virtual EVT getSetCCResultType(EVT VT) const;
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h196 /// getSetCCResultType - Return the ValueType of the result of SETCC
201 virtual EVT getSetCCResultType(EVT VT) const;
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1036 EVT TargetLoweringBase::getSetCCResultType(EVT VT) const { function in class:TargetLoweringBase

Completed in 404 milliseconds

12