HomeSort by relevance Sort by last modified time
    Searched defs:ValueTypeActions (Results 1 - 6 of 6) 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-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 60 TargetLowering::ValueTypeActionImpl ValueTypeActions;
174 ValueTypeActions(TLI.getValueTypeActions()) {
176 "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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetLowering.h 641 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
643 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE];
647 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions),
652 return ValueTypeActions[VT.SimpleTy];
656 ValueTypeActions[VT.SimpleTy] = Action;
661 return ValueTypeActions;
672 return ValueTypeActions.getTypeAction(VT);
    [all...]

Completed in 483 milliseconds