Searched refs:newVT (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2053 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth); in SimplifySetCC() local 2054 if (newVT.isRound()) { in SimplifySetCC() 2061 SDValue NewLoad = DAG.getLoad(newVT, dl, Lod->getChain(), Ptr, in SimplifySetCC() 2065 DAG.getNode(ISD::AND, dl, newVT, NewLoad, in SimplifySetCC() 2067 newVT)), in SimplifySetCC() 2068 DAG.getConstant(0LL, newVT), Cond); in SimplifySetCC() 2109 EVT newVT = N0.getOperand(0).getValueType(); in SimplifySetCC() local 2111 (isOperationLegal(ISD::SETCC, newVT) && in SimplifySetCC() 2112 getCondCodeAction(Cond, newVT)==Legal)) in SimplifySetCC() 2114 DAG.getConstant(C1.trunc(InSize), newVT), in SimplifySetCC()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1548 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth); in SimplifySetCC() local 1549 if (newVT.isRound()) { in SimplifySetCC() 1556 SDValue NewLoad = DAG.getLoad(newVT, dl, Lod->getChain(), Ptr, in SimplifySetCC() 1560 DAG.getNode(ISD::AND, dl, newVT, NewLoad, in SimplifySetCC() 1562 dl, newVT)), in SimplifySetCC() 1563 DAG.getConstant(0LL, dl, newVT), Cond); in SimplifySetCC() 1604 EVT newVT = N0.getOperand(0).getValueType(); in SimplifySetCC() local 1606 (isOperationLegal(ISD::SETCC, newVT) && in SimplifySetCC() 1607 getCondCodeAction(Cond, newVT.getSimpleVT()) == Legal)) { in SimplifySetCC() 1609 getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), newVT); in SimplifySetCC() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2143 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth); in SimplifySetCC() local 2144 if (newVT.isRound()) { in SimplifySetCC() 2152 newVT, dl, Lod->getChain(), Ptr, in SimplifySetCC() 2155 DAG.getNode(ISD::AND, dl, newVT, NewLoad, in SimplifySetCC() 2157 dl, newVT)), in SimplifySetCC() 2158 DAG.getConstant(0LL, dl, newVT), Cond); in SimplifySetCC() 2201 EVT newVT = N0.getOperand(0).getValueType(); in SimplifySetCC() local 2203 (isOperationLegal(ISD::SETCC, newVT) && in SimplifySetCC() 2204 isCondCodeLegal(Cond, newVT.getSimpleVT()))) { in SimplifySetCC() 2206 getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), newVT); in SimplifySetCC() [all …]
|