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

  /external/llvm/include/llvm/Target/
TargetLowering.h 348 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
350 uint8_t ValueTypeActions[MVT::LAST_VALUETYPE];
354 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions), 0);
358 return (LegalizeTypeAction)ValueTypeActions[VT.SimpleTy];
363 ValueTypeActions[I] = Action;
368 return ValueTypeActions;
379 return ValueTypeActions.getTypeAction(VT);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 60 /// ValueTypeActions - This is a bitvector that contains two bits for each
63 TargetLowering::ValueTypeActionImpl ValueTypeActions;
124 ValueTypeActions(TLI.getValueTypeActions()) {
126 "Too many value types for ValueTypeActions to hold!");
    [all...]

Completed in 89 milliseconds