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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
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/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/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-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/darwin-x86/clang-4393122/include/llvm/Target/
TargetLowering.h 604 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
606 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE];
610 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions),
615 return ValueTypeActions[VT.SimpleTy];
619 ValueTypeActions[VT.SimpleTy] = Action;
624 return ValueTypeActions;
635 return ValueTypeActions.getTypeAction(VT);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetLowering.h 604 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
606 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE];
610 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions),
615 return ValueTypeActions[VT.SimpleTy];
619 ValueTypeActions[VT.SimpleTy] = Action;
624 return ValueTypeActions;
635 return ValueTypeActions.getTypeAction(VT);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetLowering.h 616 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
618 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE];
622 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions),
627 return ValueTypeActions[VT.SimpleTy];
631 ValueTypeActions[VT.SimpleTy] = Action;
636 return ValueTypeActions;
647 return ValueTypeActions.getTypeAction(VT);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetLowering.h 616 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
618 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE];
622 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions),
627 return ValueTypeActions[VT.SimpleTy];
631 ValueTypeActions[VT.SimpleTy] = Action;
636 return ValueTypeActions;
647 return ValueTypeActions.getTypeAction(VT);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetLowering.h 616 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
618 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE];
622 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions),
627 return ValueTypeActions[VT.SimpleTy];
631 ValueTypeActions[VT.SimpleTy] = Action;
636 return ValueTypeActions;
647 return ValueTypeActions.getTypeAction(VT);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetLowering.h 616 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
618 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE];
622 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions),
627 return ValueTypeActions[VT.SimpleTy];
631 ValueTypeActions[VT.SimpleTy] = Action;
636 return ValueTypeActions;
647 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...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetLowering.h 604 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
606 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE];
610 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions),
615 return ValueTypeActions[VT.SimpleTy];
619 ValueTypeActions[VT.SimpleTy] = Action;
624 return ValueTypeActions;
635 return ValueTypeActions.getTypeAction(VT);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetLowering.h 604 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
606 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE];
610 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions),
615 return ValueTypeActions[VT.SimpleTy];
619 ValueTypeActions[VT.SimpleTy] = Action;
624 return ValueTypeActions;
635 return ValueTypeActions.getTypeAction(VT);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetLowering.h 616 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
618 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE];
622 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions),
627 return ValueTypeActions[VT.SimpleTy];
631 ValueTypeActions[VT.SimpleTy] = Action;
636 return ValueTypeActions;
647 return ValueTypeActions.getTypeAction(VT);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetLowering.h 616 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
618 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE];
622 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions),
627 return ValueTypeActions[VT.SimpleTy];
631 ValueTypeActions[VT.SimpleTy] = Action;
636 return ValueTypeActions;
647 return ValueTypeActions.getTypeAction(VT);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetLowering.h 616 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
618 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE];
622 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions),
627 return ValueTypeActions[VT.SimpleTy];
631 ValueTypeActions[VT.SimpleTy] = Action;
636 return ValueTypeActions;
647 return ValueTypeActions.getTypeAction(VT);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetLowering.h 616 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
618 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE];
622 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions),
627 return ValueTypeActions[VT.SimpleTy];
631 ValueTypeActions[VT.SimpleTy] = Action;
636 return ValueTypeActions;
647 return ValueTypeActions.getTypeAction(VT);
    [all...]

Completed in 140 milliseconds