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

  /external/llvm/include/llvm/Target/
TargetLowering.h 78 /// LegalizeAction - This enum indicates whether operations are valid for a
80 enum LegalizeAction {
394 LegalizeAction getOperationAction(unsigned Op, EVT VT) const {
400 return (LegalizeAction)OpActions[I][Op];
439 LegalizeAction getLoadExtAction(unsigned ExtType, MVT VT) const {
442 return (LegalizeAction)LoadExtActions[VT.SimpleTy][ExtType];
456 LegalizeAction getTruncStoreAction(MVT ValVT, MVT MemVT) const {
459 return (LegalizeAction)TruncStoreActions[ValVT.SimpleTy]
474 LegalizeAction
479 return (LegalizeAction)((IndexedModeActions[Ty][IdxMode] & 0xf0) >> 4)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]

Completed in 1008 milliseconds