HomeSort by relevance Sort by last modified time
    Searched refs:ValueTypeActions (Results 1 - 15 of 15) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 237 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
239 uint8_t ValueTypeActions[MVT::LAST_VALUETYPE];
243 std::fill(ValueTypeActions, array_endof(ValueTypeActions), 0);
247 return (LegalizeTypeAction)ValueTypeActions[VT.SimpleTy];
252 ValueTypeActions[I] = Action;
257 return ValueTypeActions;
268 return ValueTypeActions.getTypeAction(VT);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 464 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
466 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE];
470 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions),
475 return ValueTypeActions[VT.SimpleTy];
479 ValueTypeActions[VT.SimpleTy] = Action;
484 return ValueTypeActions;
495 return ValueTypeActions.getTypeAction(VT);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 589 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
591 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE];
595 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions),
600 return ValueTypeActions[VT.SimpleTy];
604 ValueTypeActions[VT.SimpleTy] = Action;
609 return ValueTypeActions;
620 return ValueTypeActions.getTypeAction(VT);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 589 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
591 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE];
595 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions),
600 return ValueTypeActions[VT.SimpleTy];
604 ValueTypeActions[VT.SimpleTy] = Action;
609 return ValueTypeActions;
620 return ValueTypeActions.getTypeAction(VT);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 589 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
591 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE];
595 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions),
600 return ValueTypeActions[VT.SimpleTy];
604 ValueTypeActions[VT.SimpleTy] = Action;
609 return ValueTypeActions;
620 return ValueTypeActions.getTypeAction(VT);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 589 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
591 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE];
595 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions),
600 return ValueTypeActions[VT.SimpleTy];
604 ValueTypeActions[VT.SimpleTy] = Action;
609 return ValueTypeActions;
620 return ValueTypeActions.getTypeAction(VT);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 589 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
591 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE];
595 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions),
600 return ValueTypeActions[VT.SimpleTy];
604 ValueTypeActions[VT.SimpleTy] = Action;
609 return ValueTypeActions;
620 return ValueTypeActions.getTypeAction(VT);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 589 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
591 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE];
595 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions),
600 return ValueTypeActions[VT.SimpleTy];
604 ValueTypeActions[VT.SimpleTy] = Action;
609 return ValueTypeActions;
620 return ValueTypeActions.getTypeAction(VT);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 589 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
591 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE];
595 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions),
600 return ValueTypeActions[VT.SimpleTy];
604 ValueTypeActions[VT.SimpleTy] = Action;
609 return ValueTypeActions;
620 return ValueTypeActions.getTypeAction(VT);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 589 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
591 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE];
595 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions),
600 return ValueTypeActions[VT.SimpleTy];
604 ValueTypeActions[VT.SimpleTy] = Action;
609 return ValueTypeActions;
620 return ValueTypeActions.getTypeAction(VT);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 752 "Too many value types for ValueTypeActions to hold!");
776 ValueTypeActions.setTypeAction(ExpandedVT, TypeExpandInteger);
790 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger);
799 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat);
808 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat);
818 ValueTypeActions.setTypeAction(MVT::f32, TypePromoteInteger);
823 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat);
854 ValueTypeActions.setTypeAction(VT, TypePromoteInteger);
    [all...]
LegalizeTypes.h 61 /// ValueTypeActions - This is a bitvector that contains two bits for each
64 TargetLowering::ValueTypeActionImpl ValueTypeActions;
121 ValueTypeActions(TLI.getValueTypeActions()) {
123 "Too many value types for ValueTypeActions to hold!");
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 60 TargetLowering::ValueTypeActionImpl ValueTypeActions;
138 ValueTypeActions(TLI.getValueTypeActions()) {
140 "Too many value types for ValueTypeActions to hold!");
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 583 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat);
    [all...]

Completed in 129 milliseconds