HomeSort by: relevance | last modified time | path
    Searched refs:getTypeAction (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 256 if (getTypeAction(ResVT) == TargetLowering::TypeScalarizeVector) {
276 if (getTypeAction(OtherVT) == TargetLowering::TypeScalarizeVector) {
326 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) {
384 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) {
410 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) {
446 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) {
541 if (getTypeAction(SrcVT) == TargetLowering::TypeScalarizeVector)
563 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) {
1171 switch (getTypeAction(InVT)) {
1350 if (getTypeAction(RHSVT) == TargetLowering::TypeSplitVector
    [all...]
LegalizeIntegerTypes.cpp 343 switch (getTypeAction(InVT)) {
569 if (TLI.getTypeAction(*DAG.getContext(), Op0.getValueType())
659 if (getTypeAction(N->getOperand(0).getValueType())
1070 if (getTypeAction(SVT) == TargetLowering::TypePromoteInteger) {
1071 if (getTypeAction(InVT) == TargetLowering::TypePromoteInteger) {
1105 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger)
1155 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger)
1164 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger)
1229 switch (getTypeAction(InOp.getValueType())) {
2834 assert(getTypeAction(Op.getValueType()) =
    [all...]
LegalizeTypes.cpp 243 switch (getTypeAction(ResultVT)) {
308 switch (getTypeAction(OpVT)) {
LegalizeTypesGeneric.cpp 48 switch (getTypeAction(InVT)) {
522 else if (getTypeAction(Cond.getValueType()) ==
LegalizeTypes.h 58 /// TargetLowering. This can be queried with "getTypeAction(VT)".
62 TargetLowering::LegalizeTypeAction getTypeAction(EVT VT) const {
63 return TLI.getTypeAction(*DAG.getContext(), VT);
68 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal;
LegalizeFloatTypes.cpp 490 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) {
2338 switch (getTypeAction(VecVT)) {
2544 if (getTypeAction(VT) == TargetLowering::TypePromoteFloat) {
LegalizeDAG.cpp 968 assert(TLI.getTypeAction(*DAG.getContext(), Node->getValueType(i)) ==
973 assert((TLI.getTypeAction(*DAG.getContext(), Op.getValueType()) ==
SelectionDAG.cpp 1372 if (VT.isVector() && TLI->getTypeAction(*getContext(), EltVT) ==
1385 TLI->getTypeAction(*getContext(), EltVT) ==
TargetLowering.cpp 5113 if (getTypeAction(VT.getSimpleVT()) != TypePromoteInteger)
5261 if (getTypeAction(VT.getSimpleVT()) != TypePromoteInteger)
DAGCombiner.cpp 17190 } else if (TLI.getTypeAction(Context, StoreTy) ==
17460 } else if (TLI.getTypeAction(Context, StoreTy) ==
SelectionDAGBuilder.cpp 3273 while (TLI.getTypeAction(Ctx, VT) != TargetLoweringBase::TypeLegal)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp 936 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT);
941 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger)) &&
1024 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal)
1050 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal)
1514 LegalizeTypeAction TA = getTypeAction(Context, VT);
TypePromotion.cpp 982 if (TLI->getTypeAction(ICmp->getContext(), SrcVT) !=
CodeGenPrepare.cpp 1294 if (TLI.getTypeAction(CI->getContext(), SrcVT) ==
1297 if (TLI.getTypeAction(CI->getContext(), DstVT) ==
7789 if (TLI->getTypeAction(CI->getContext(),
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 906 LegalizeTypeAction getTypeAction(MVT VT) const {
923 LegalizeTypeAction getTypeAction(LLVMContext &Context, EVT VT) const {
926 LegalizeTypeAction getTypeAction(MVT VT) const {
927 return ValueTypeActions.getTypeAction(VT);
947 switch (getTypeAction(Context, VT)) {
2041 LegalizeTypeAction Action = getTypeAction(Context, VT);
BasicTTIImpl.h 962 TLI->getTypeAction(Src->getContext(), TLI->getValueType(DL, Src)) ==
965 TLI->getTypeAction(Dst->getContext(), TLI->getValueType(DL, Dst)) ==
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 2223 while (getTypeAction(Context, LegalVT) != TypeLegal)
5314 while (getTypeAction(Context, VT) != TypeLegal)
24264 assert(TLI.getTypeAction(*DAG.getContext(), StoreVT) ==
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 3567 while (getTypeAction(*DAG.getContext(), VecEVT) ==
4637 if (getTypeAction(*DAG.getContext(), Op0.getValueType()) !=
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 8572 if (getTypeAction(*DAG.getContext(), EltVT) ==
8582 assert(getTypeAction(*DAG.getContext(), IEltVT) !=

Completed in 178 milliseconds