/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 908 TLI.isOperationLegalOrCustomOrPromote(ISD::AND, ByteVT) && in ExpandBITREVERSE() 909 TLI.isOperationLegalOrCustomOrPromote(ISD::OR, ByteVT)))) { in ExpandBITREVERSE() 923 !TLI.isOperationLegalOrCustomOrPromote(ISD::AND, VT) || in ExpandBITREVERSE() 924 !TLI.isOperationLegalOrCustomOrPromote(ISD::OR, VT)) in ExpandBITREVERSE()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 1122 TLI.isOperationLegalOrCustomOrPromote(ISD::AND, ByteVT) && in ExpandBITREVERSE() 1123 TLI.isOperationLegalOrCustomOrPromote(ISD::OR, ByteVT)))) { in ExpandBITREVERSE() 1139 TLI.isOperationLegalOrCustomOrPromote(ISD::AND, VT) && in ExpandBITREVERSE() 1140 TLI.isOperationLegalOrCustomOrPromote(ISD::OR, VT)) in ExpandBITREVERSE()
|
D | TargetLowering.cpp | 6234 !isOperationLegalOrCustomOrPromote(ISD::OR, VT))) in expandFunnelShift() 6339 !isOperationLegalOrCustomOrPromote(ISD::OR, VT) || in expandROT() 6340 !isOperationLegalOrCustomOrPromote(ISD::AND, VT))) in expandROT() 6460 !isOperationLegalOrCustomOrPromote(ISD::XOR, SrcVT))) in expandFP_TO_UINT() 6559 !isOperationLegalOrCustomOrPromote(ISD::OR, SrcVT) || in expandUINT_TO_FP() 6560 !isOperationLegalOrCustomOrPromote(ISD::AND, SrcVT))) in expandUINT_TO_FP() 6668 !isOperationLegalOrCustomOrPromote(ISD::AND, VT))) in expandCTPOP() 6741 !isOperationLegalOrCustomOrPromote(ISD::OR, VT))) in expandCTLZ() 6794 !isOperationLegalOrCustomOrPromote(ISD::AND, VT) || in expandCTTZ() 6795 !isOperationLegalOrCustomOrPromote(ISD::XOR, VT))) in expandCTTZ() [all …]
|
D | DAGCombiner.cpp | 19728 if (!TLI.isOperationLegalOrCustomOrPromote(BOpcode, NarrowBVT)) in narrowExtractedVectorBinOp() 19865 if (TLI.isOperationLegalOrCustomOrPromote(ISD::LOAD, NVT)) in visitEXTRACT_SUBVECTOR() 21389 TLI.isOperationLegalOrCustomOrPromote(Opcode, NarrowVT, in SimplifyVBinOp() 21419 TLI.isOperationLegalOrCustomOrPromote(Opcode, NarrowVT)) { in SimplifyVBinOp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 1223 TLI.isOperationLegalOrCustomOrPromote(ISD::AND, ByteVT) && in ExpandBITREVERSE() 1224 TLI.isOperationLegalOrCustomOrPromote(ISD::OR, ByteVT)))) { in ExpandBITREVERSE() 1240 TLI.isOperationLegalOrCustomOrPromote(ISD::AND, VT) && in ExpandBITREVERSE() 1241 TLI.isOperationLegalOrCustomOrPromote(ISD::OR, VT)) in ExpandBITREVERSE()
|
D | TargetLowering.cpp | 5939 !isOperationLegalOrCustomOrPromote(ISD::OR, VT))) in expandFunnelShift() 6004 !isOperationLegalOrCustomOrPromote(ISD::OR, VT) || in expandROT() 6005 !isOperationLegalOrCustomOrPromote(ISD::AND, VT))) in expandROT() 6114 !isOperationLegalOrCustomOrPromote(ISD::XOR, SrcVT))) in expandFP_TO_UINT() 6214 !isOperationLegalOrCustomOrPromote(ISD::OR, SrcVT) || in expandUINT_TO_FP() 6215 !isOperationLegalOrCustomOrPromote(ISD::AND, SrcVT))) in expandUINT_TO_FP() 6272 !isOperationLegalOrCustomOrPromote(ISD::OR, SrcVT) || in expandUINT_TO_FP() 6273 !isOperationLegalOrCustomOrPromote(ISD::AND, SrcVT))) in expandUINT_TO_FP() 6389 !isOperationLegalOrCustomOrPromote(ISD::AND, VT))) in expandCTPOP() 6462 !isOperationLegalOrCustomOrPromote(ISD::OR, VT))) in expandCTLZ() [all …]
|
D | DAGCombiner.cpp | 18379 if (!TLI.isOperationLegalOrCustomOrPromote(BOpcode, NarrowBVT)) in narrowExtractedVectorBinOp() 18493 if (TLI.isOperationLegalOrCustomOrPromote(ISD::LOAD, NVT)) in visitEXTRACT_SUBVECTOR() 19955 TLI.isOperationLegalOrCustomOrPromote(Opcode, NarrowVT)) { in SimplifyVBinOp() 19984 TLI.isOperationLegalOrCustomOrPromote(Opcode, NarrowVT)) { in SimplifyVBinOp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 778 if (TLI->isOperationLegalOrCustomOrPromote(ISDOpcode, LT.second)) in getArithmeticInstrCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 409 if (TLI->isOperationLegalOrCustomOrPromote(ISD::FADD, VT)) in getFPOpCost()
|
D | TargetLowering.h | 984 bool isOperationLegalOrCustomOrPromote(unsigned Op, EVT VT) const { in isOperationLegalOrCustomOrPromote() function
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 627 bool isOperationLegalOrCustomOrPromote(unsigned Op, EVT VT) const { in isOperationLegalOrCustomOrPromote() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 394 if (TLI->isOperationLegalOrCustomOrPromote(ISD::FADD, VT)) in getFPOpCost()
|
D | TargetLowering.h | 1132 bool isOperationLegalOrCustomOrPromote(unsigned Op, EVT VT,
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 1260 if (TLI->isOperationLegalOrCustomOrPromote(ISDOpcode, LT.second)) in getArithmeticInstrCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 5140 if (!isOperationLegalOrCustomOrPromote(Opc, VecVT)) in shouldScalarizeBinop() 5146 return isOperationLegalOrCustomOrPromote(Opc, ScalarVT); in shouldScalarizeBinop()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 5279 if (!isOperationLegalOrCustomOrPromote(Opc, VecVT)) in shouldScalarizeBinop() 5285 return isOperationLegalOrCustomOrPromote(Opc, ScalarVT); in shouldScalarizeBinop()
|