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 278 /// ValueTypeActions - For each value type, keep a LegalizeTypeAction enum
280 uint8_t ValueTypeActions[MVT::LAST_VALUETYPE];
284 std::fill(ValueTypeActions, array_endof(ValueTypeActions), 0);
288 return (LegalizeTypeAction)ValueTypeActions[VT.SimpleTy];
293 ValueTypeActions[I] = Action;
298 return ValueTypeActions;
309 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;
125 ValueTypeActions(TLI.getValueTypeActions()) {
127 "Too many value types for ValueTypeActions to hold!");
    [all...]

Completed in 49 milliseconds