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 263 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
265 uint8_t ValueTypeActions[MVT::LAST_VALUETYPE];
269 std::fill(ValueTypeActions, array_endof(ValueTypeActions), 0);
273 return (LegalizeTypeAction)ValueTypeActions[VT.SimpleTy];
278 ValueTypeActions[I] = Action;
283 return ValueTypeActions;
294 return ValueTypeActions.getTypeAction(VT);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/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...]

Completed in 278 milliseconds