Searched refs:isOperationLegal (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 761 if (!TLI.isOperationLegal(ISD::ANY_EXTEND, PVT)) in PromoteOperand() 767 if (!TLI.isOperationLegal(ISD::SIGN_EXTEND_INREG, PVT)) in SExtPromoteOperand() 1535 !TLI.isOperationLegal(ISD::SIGN_EXTEND, MVT::i1)) { in visitADD() 1611 if (!LegalOperations || TLI.isOperationLegal(ISD::BUILD_VECTOR, VT)) { in tryFoldToZero() 2109 if (TLI.isOperationLegal(ISD::MUL, NewVT)) { in visitMULHS() 2145 if (TLI.isOperationLegal(ISD::MUL, NewVT)) { in visitMULHU() 2168 TLI.isOperationLegal(LoOp, N->getValueType(0)))) { in SimplifyNodeWithTwoResults() 2178 TLI.isOperationLegal(HiOp, N->getValueType(1)))) { in SimplifyNodeWithTwoResults() 2196 TLI.isOperationLegal(LoOpt.getOpcode(), LoOpt.getValueType()))) in SimplifyNodeWithTwoResults() 2207 TLI.isOperationLegal(HiOpt.getOpcode(), HiOpt.getValueType()))) in SimplifyNodeWithTwoResults() [all …]
|
D | TargetLowering.cpp | 1270 (isOperationLegal(ISD::SETCC, newVT) && in SimplifySetCC() 2485 if (IsAfterLegalization ? isOperationLegal(ISD::MULHS, VT) : in BuildSDIV() 2489 else if (IsAfterLegalization ? isOperationLegal(ISD::SMUL_LOHI, VT) : in BuildSDIV() 2562 if (IsAfterLegalization ? isOperationLegal(ISD::MULHU, VT) : in BuildUDIV() 2565 else if (IsAfterLegalization ? isOperationLegal(ISD::UMUL_LOHI, VT) : in BuildUDIV()
|
D | LegalizeIntegerTypes.cpp | 361 !TLI.isOperationLegal(ISD::FP_TO_UINT, NVT) && in PromoteIntRes_FP_TO_XINT()
|
D | SelectionDAGBuilder.cpp | 2374 if (!TLI.isOperationLegal(ISD::SHL, TLI.getPointerTy())) in handleBitTestsSwitchCase()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 430 bool isOperationLegal(unsigned Op, EVT VT) const { in isOperationLegal() function
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 9056 if (TLI.isOperationLegal(WideVal.getOpcode(), WideVT)) { in EmitTest() 15521 !DCI.isBeforeLegalize() && TLI.isOperationLegal(ISD::VSELECT, VT)) { in PerformSELECTCombine()
|