/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 397 Action = TLI.getOperationAction(Node->getOpcode(), Node->getValueType(0)); in LegalizeOp() 400 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp() 405 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp() 409 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp() 413 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp() 780 if (TLI.getOperationAction(ISD::AND, VT) == TargetLowering::Expand || in ExpandSELECT() 781 TLI.getOperationAction(ISD::XOR, VT) == TargetLowering::Expand || in ExpandSELECT() 782 TLI.getOperationAction(ISD::OR, VT) == TargetLowering::Expand || in ExpandSELECT() 783 TLI.getOperationAction(ISD::BUILD_VECTOR, VT) == TargetLowering::Expand) in ExpandSELECT() 820 if (TLI.getOperationAction(ISD::SRA, VT) == TargetLowering::Expand || in ExpandSEXTINREG() [all …]
|
D | LegalizeDAG.cpp | 487 switch (TLI.getOperationAction(ISD::STORE, VT)) { in LegalizeStoreOps() 663 switch (TLI.getOperationAction(Node->getOpcode(), VT)) { in LegalizeLoadOps() 982 Action = TLI.getOperationAction(Node->getOpcode(), MVT::Other); in LegalizeOp() 985 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp() 989 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp() 992 Action = TLI.getOperationAction(Node->getOpcode(), MVT::Other); in LegalizeOp() 998 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp() 1004 Action = TLI.getOperationAction(Node->getOpcode(), InnerType); in LegalizeOp() 1008 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp() 1023 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp() [all …]
|
D | LegalizeTypes.cpp | 905 if (TLI.getOperationAction(N->getOpcode(), VT) != TargetLowering::Custom) in CustomLowerNode() 943 if (TLI.getOperationAction(N->getOpcode(), VT) != TargetLowering::Custom) in CustomWidenLowerNode()
|
D | LegalizeIntegerTypes.cpp | 2488 if (TLI.getOperationAction(ISD::SDIVREM, VT) == TargetLowering::Custom) { in ExpandIntRes_SDIV() 2537 TargetLowering::LegalizeAction Action = TLI.getOperationAction(PartsOpc, NVT); in ExpandIntRes_Shift() 2671 if (TLI.getOperationAction(ISD::SDIVREM, VT) == TargetLowering::Custom) { in ExpandIntRes_SREM() 2796 if (TLI.getOperationAction(ISD::UDIVREM, VT) == TargetLowering::Custom) { in ExpandIntRes_UDIV() 2822 if (TLI.getOperationAction(ISD::UDIVREM, VT) == TargetLowering::Custom) { in ExpandIntRes_UREM() 3294 TLI.getOperationAction(ISD::SINT_TO_FP, SrcVT) == TargetLowering::Custom){ in ExpandIntOp_UINT_TO_FP()
|
D | DAGCombiner.cpp | 11777 TLI.getOperationAction(ISD::FP16_TO_FP, VT) == TargetLowering::Legal) in visitFP_EXTEND() 17853 (TLI.getOperationAction(ISD::ConstantFP, N2.getValueType()) != in SimplifySelectCC()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 352 switch (TLI.getOperationAction(Node->getOpcode(), QueryType)) { in LegalizeOp() 730 if (TLI.getOperationAction(ISD::AND, VT) == TargetLowering::Expand || in ExpandSELECT() 731 TLI.getOperationAction(ISD::XOR, VT) == TargetLowering::Expand || in ExpandSELECT() 732 TLI.getOperationAction(ISD::OR, VT) == TargetLowering::Expand || in ExpandSELECT() 733 TLI.getOperationAction(ISD::BUILD_VECTOR, VT) == TargetLowering::Expand) in ExpandSELECT() 771 if (TLI.getOperationAction(ISD::SRA, VT) == TargetLowering::Expand || in ExpandSEXTINREG() 772 TLI.getOperationAction(ISD::SHL, VT) == TargetLowering::Expand) in ExpandSEXTINREG() 949 if (TLI.getOperationAction(ISD::AND, VT) == TargetLowering::Expand || in ExpandVSELECT() 950 TLI.getOperationAction(ISD::XOR, VT) == TargetLowering::Expand || in ExpandVSELECT() 951 TLI.getOperationAction(ISD::OR, VT) == TargetLowering::Expand || in ExpandVSELECT() [all …]
|
D | LegalizeDAG.cpp | 464 switch (TLI.getOperationAction(ISD::STORE, VT)) { in LegalizeStoreOps() 631 switch (TLI.getOperationAction(Node->getOpcode(), VT)) { in LegalizeLoadOps() 951 Action = TLI.getOperationAction(Node->getOpcode(), MVT::Other); in LegalizeOp() 954 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp() 958 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp() 961 Action = TLI.getOperationAction(Node->getOpcode(), MVT::Other); in LegalizeOp() 967 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp() 973 Action = TLI.getOperationAction(Node->getOpcode(), InnerType); in LegalizeOp() 977 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp() 994 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp() [all …]
|
D | LegalizeTypes.cpp | 947 if (TLI.getOperationAction(N->getOpcode(), VT) != TargetLowering::Custom) in CustomLowerNode() 985 if (TLI.getOperationAction(N->getOpcode(), VT) != TargetLowering::Custom) in CustomWidenLowerNode()
|
D | LegalizeIntegerTypes.cpp | 2302 if (TLI.getOperationAction(ISD::SDIVREM, VT) == TargetLowering::Custom) { in ExpandIntRes_SDIV() 2351 TargetLowering::LegalizeAction Action = TLI.getOperationAction(PartsOpc, NVT); in ExpandIntRes_Shift() 2487 if (TLI.getOperationAction(ISD::SDIVREM, VT) == TargetLowering::Custom) { in ExpandIntRes_SREM() 2634 if (TLI.getOperationAction(ISD::UDIVREM, VT) == TargetLowering::Custom) { in ExpandIntRes_UDIV() 2660 if (TLI.getOperationAction(ISD::UDIVREM, VT) == TargetLowering::Custom) { in ExpandIntRes_UREM() 2894 if (TLI.getOperationAction( in IntegerExpandSetCCOperands() 3141 TLI.getOperationAction(ISD::SINT_TO_FP, SrcVT) == TargetLowering::Custom){ in ExpandIntOp_UINT_TO_FP()
|
D | DAGCombiner.cpp | 9221 TLI.getOperationAction(ISD::FP16_TO_FP, VT) == TargetLowering::Legal) in visitFP_EXTEND() 14210 (TLI.getOperationAction(ISD::ConstantFP, N2.getValueType()) != in SimplifySelectCC()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 286 if (getOperationAction(ISD::LOAD, LoadMVT) == Promote && in isLoadBitCastBeneficial() 598 LegalizeAction getOperationAction(unsigned Op, EVT VT) const { in getOperationAction() function 611 (getOperationAction(Op, VT) == Legal || in isOperationLegalOrCustom() 612 getOperationAction(Op, VT) == Custom); in isOperationLegalOrCustom() 620 (getOperationAction(Op, VT) == Legal || in isOperationLegalOrPromote() 621 getOperationAction(Op, VT) == Promote); in isOperationLegalOrPromote() 629 (getOperationAction(Op, VT) == Legal || in isOperationLegalOrCustomOrPromote() 630 getOperationAction(Op, VT) == Custom || in isOperationLegalOrCustomOrPromote() 631 getOperationAction(Op, VT) == Promote); in isOperationLegalOrCustomOrPromote() 638 return (!isTypeLegal(VT) && getOperationAction(Op, VT) == Custom); in isOperationCustom() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 392 if (getOperationAction(ISD::LOAD, LoadMVT) == Promote && in isLoadBitCastBeneficial() 785 LegalizeAction getOperationAction(unsigned Op, EVT VT) const { in getOperationAction() function 816 auto Action = getOperationAction(EqOpc, VT); in getStrictFPOperationAction() 831 (getOperationAction(Op, VT) == Legal || in isOperationLegalOrCustom() 832 getOperationAction(Op, VT) == Custom); in isOperationLegalOrCustom() 840 (getOperationAction(Op, VT) == Legal || in isOperationLegalOrPromote() 841 getOperationAction(Op, VT) == Promote); in isOperationLegalOrPromote() 849 (getOperationAction(Op, VT) == Legal || in isOperationLegalOrCustomOrPromote() 850 getOperationAction(Op, VT) == Custom || in isOperationLegalOrCustomOrPromote() 851 getOperationAction(Op, VT) == Promote); in isOperationLegalOrCustomOrPromote() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 370 LegalizeAction getOperationAction(unsigned Op, EVT VT) const { in getOperationAction() function 382 (getOperationAction(Op, VT) == Legal || in isOperationLegalOrCustom() 383 getOperationAction(Op, VT) == Custom); in isOperationLegalOrCustom() 390 getOperationAction(Op, VT) == Legal; in isOperationLegal() 496 assert(getOperationAction(Op, VT) == Promote && in getTypeToPromoteTo() 514 getOperationAction(Op, NVT) == Promote); in getTypeToPromoteTo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | dagcombiner-bug-illegal-vec4-int-to-fp.ll | 6 ; TargetLowering::getOperationAction() when checking the legality of
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | dagcombiner-bug-illegal-vec4-int-to-fp.ll | 6 ; TargetLowering::getOperationAction() when checking the legality of
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 803 Action = TLI.getOperationAction(Node->getOpcode(), MVT::Other); in LegalizeOp() 808 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp() 814 Action = TLI.getOperationAction(Node->getOpcode(), InnerType); in LegalizeOp() 818 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp() 834 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp() 837 Action = TLI.getOperationAction(Node->getOpcode(), OpVT); in LegalizeOp() 871 Action = TLI.getOperationAction(Node->getOpcode(), Node->getValueType(0)); in LegalizeOp() 881 Action = TLI.getOperationAction(Node->getOpcode(), Node->getValueType(0)); in LegalizeOp() 900 Action = TLI.getOperationAction(Node->getOpcode(), Node->getValueType(0)); in LegalizeOp() 1018 switch (TLI.getOperationAction(ISD::BUILD_VECTOR, Node->getValueType(0))) { in LegalizeOp() [all …]
|
D | LegalizeVectorOps.cpp | 201 switch (TLI.getOperationAction(Node->getOpcode(), QueryType)) { in LegalizeOp()
|
D | LegalizeTypes.cpp | 905 if (TLI.getOperationAction(N->getOpcode(), VT) != TargetLowering::Custom) in CustomLowerNode() 931 if (TLI.getOperationAction(N->getOpcode(), VT) != TargetLowering::Custom) in CustomWidenLowerNode()
|
D | FastISel.cpp | 586 if (TLI.getOperationAction(ISD::EXCEPTIONADDR, VT)!=TargetLowering::Expand) in SelectCall() 601 if (TLI.getOperationAction(ISD::EHSELECTION, VT) != TargetLowering::Expand) in SelectCall()
|
D | LegalizeIntegerTypes.cpp | 2069 TargetLowering::LegalizeAction Action = TLI.getOperationAction(PartsOpc, NVT); in ExpandIntRes_Shift() 2763 TLI.getOperationAction(ISD::SINT_TO_FP, SrcVT) == TargetLowering::Custom){ in ExpandIntOp_UINT_TO_FP()
|
D | LegalizeFloatTypes.cpp | 1248 if (TLI.getOperationAction(N->getOpcode(), N->getOperand(OpNo).getValueType()) in ExpandFloatOperand()
|
D | DAGCombiner.cpp | 7476 (TLI.getOperationAction(ISD::ConstantFP, N2.getValueType()) != in SimplifySelectCC()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 272 if (getOperationAction(Opcode, VT) == Legal) in SystemZTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 294 if (getOperationAction(Opcode, VT) == Legal) in SystemZTargetLowering()
|