Home
last modified time | relevance | path

Searched refs:SetCCType (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3367 EVT SetCCType = getSetCCResultType(Node->getValueType(0)); in ExpandNode() local
3370 SDValue SetCC = DAG.getSetCC(dl, SetCCType, Sum, LHS, CC); in ExpandNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3518 EVT SetCCType = getSetCCResultType(Node->getValueType(0)); in ExpandNode() local
3520 SDValue SetCC = DAG.getSetCC(dl, SetCCType, Sum, LHS, CC); in ExpandNode()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp29864 EVT SetCCType = DAG.getTargetLoweringInfo().getSetCCResultType( in combineFMinNumFMaxNum() local
29888 SDValue IsOp0Nan = DAG.getSetCC(DL, SetCCType , Op0, Op0, ISD::SETUO); in combineFMinNumFMaxNum()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp37293 EVT SetCCType = DAG.getTargetLoweringInfo().getSetCCResultType( in combineFMinNumFMaxNum() local
37316 SDValue IsOp0Nan = DAG.getSetCC(DL, SetCCType, Op0, Op0, ISD::SETUO); in combineFMinNumFMaxNum()