Home
last modified time | relevance | path

Searched refs:isOperationLegal (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp861 if (!TLI.isOperationLegal(ISD::ANY_EXTEND, PVT)) in PromoteOperand()
867 if (!TLI.isOperationLegal(ISD::SIGN_EXTEND_INREG, PVT)) in SExtPromoteOperand()
1591 if (!LegalOperations || TLI.isOperationLegal(ISD::OR, VT)) in visitADD()
1644 !TLI.isOperationLegal(ISD::SIGN_EXTEND, MVT::i1)) { in visitADD()
1720 if (!LegalOperations || TLI.isOperationLegal(ISD::BUILD_VECTOR, VT)) in tryFoldToZero()
2240 if (TLI.isOperationLegal(ISD::MUL, NewVT)) { in visitMULHS()
2276 if (TLI.isOperationLegal(ISD::MUL, NewVT)) { in visitMULHU()
2309 TLI.isOperationLegal(HiOp, N->getValueType(1)))) { in SimplifyNodeWithTwoResults()
2327 TLI.isOperationLegal(LoOpt.getOpcode(), LoOpt.getValueType()))) in SimplifyNodeWithTwoResults()
2338 TLI.isOperationLegal(HiOpt.getOpcode(), HiOpt.getValueType()))) in SimplifyNodeWithTwoResults()
[all …]
DTargetLowering.cpp1419 (isOperationLegal(ISD::SETCC, newVT) && in SimplifySetCC()
2662 if (IsAfterLegalization ? isOperationLegal(ISD::MULHS, VT) : in BuildSDIV()
2666 else if (IsAfterLegalization ? isOperationLegal(ISD::SMUL_LOHI, VT) : in BuildSDIV()
2738 if (IsAfterLegalization ? isOperationLegal(ISD::MULHU, VT) : in BuildUDIV()
2741 else if (IsAfterLegalization ? isOperationLegal(ISD::UMUL_LOHI, VT) : in BuildUDIV()
DLegalizeIntegerTypes.cpp391 !TLI.isOperationLegal(ISD::FP_TO_UINT, NVT) && in PromoteIntRes_FP_TO_XINT()
DSelectionDAGBuilder.cpp2499 if (!TLI->isOperationLegal(ISD::SHL, PTy)) in handleBitTestsSwitchCase()
/external/llvm/include/llvm/Target/
DTargetLowering.h512 bool isOperationLegal(unsigned Op, EVT VT) const { in isOperationLegal() function
/external/llvm/lib/Target/R600/
DR600ISelLowering.cpp1892 if (!isOperationLegal(ISD::BUILD_VECTOR, VT)) in PerformDAGCombine()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp5689 !DAG.getTargetLoweringInfo().isOperationLegal(ISD::LOAD, VT)) in EltsFromConsecutiveLoads()
11858 if (TLI.isOperationLegal(WideVal.getOpcode(), WideVT)) { in EmitTest()
18834 TLI.isOperationLegal(Opcode, VT)) { in PerformShuffleCombine()