Searched refs:isOperationLegal (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 789 if (!TLI.isOperationLegal(ISD::ANY_EXTEND, PVT)) in PromoteOperand() 795 if (!TLI.isOperationLegal(ISD::SIGN_EXTEND_INREG, PVT)) in SExtPromoteOperand() 1562 !TLI.isOperationLegal(ISD::SIGN_EXTEND, MVT::i1)) { in visitADD() 1638 if (!LegalOperations || TLI.isOperationLegal(ISD::BUILD_VECTOR, VT)) in tryFoldToZero() 2173 if (TLI.isOperationLegal(ISD::MUL, NewVT)) { in visitMULHS() 2209 if (TLI.isOperationLegal(ISD::MUL, NewVT)) { in visitMULHU() 2232 TLI.isOperationLegal(LoOp, N->getValueType(0)))) { in SimplifyNodeWithTwoResults() 2242 TLI.isOperationLegal(HiOp, N->getValueType(1)))) { in SimplifyNodeWithTwoResults() 2260 TLI.isOperationLegal(LoOpt.getOpcode(), LoOpt.getValueType()))) in SimplifyNodeWithTwoResults() 2271 TLI.isOperationLegal(HiOpt.getOpcode(), HiOpt.getValueType()))) in SimplifyNodeWithTwoResults() [all …]
|
| D | TargetLowering.cpp | 1333 (isOperationLegal(ISD::SETCC, newVT) && in SimplifySetCC() 2557 if (IsAfterLegalization ? isOperationLegal(ISD::MULHS, VT) : in BuildSDIV() 2561 else if (IsAfterLegalization ? isOperationLegal(ISD::SMUL_LOHI, VT) : in BuildSDIV() 2634 if (IsAfterLegalization ? isOperationLegal(ISD::MULHU, VT) : in BuildUDIV() 2637 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 | 2462 if (!TLI->isOperationLegal(ISD::SHL, PTy)) in handleBitTestsSwitchCase()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetLowering.h | 456 bool isOperationLegal(unsigned Op, EVT VT) const { in isOperationLegal() function
|
| /freebsd-9-stable/contrib/llvm/lib/Target/R600/ |
| D | R600ISelLowering.cpp | 1558 if (!isOperationLegal(ISD::BUILD_VECTOR, VT)) in PerformDAGCombine()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 5437 !DAG.getTargetLoweringInfo().isOperationLegal(ISD::LOAD, VT)) in EltsFromConsecutiveLoads() 9629 if (TLI.isOperationLegal(WideVal.getOpcode(), WideVT)) { in EmitTest() 17032 !DCI.isBeforeLegalize() && TLI.isOperationLegal(ISD::VSELECT, VT)) { in PerformSELECTCombine()
|