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 83 /// LegalizeAction - This enum indicates whether operations are valid for a
85 enum LegalizeAction {
388 LegalizeAction getOperationAction(unsigned Op, EVT VT) const {
394 return (LegalizeAction)OpActions[I][Op];
417 LegalizeAction getLoadExtAction(unsigned ExtType, EVT VT) const {
421 return (LegalizeAction)LoadExtActions[VT.getSimpleVT().SimpleTy][ExtType];
434 LegalizeAction getTruncStoreAction(EVT ValVT, EVT MemVT) const {
438 return (LegalizeAction)TruncStoreActions[ValVT.getSimpleVT().SimpleTy]
453 LegalizeAction
459 return (LegalizeAction)((IndexedModeActions[Ty][IdxMode] & 0xf0) >> 4)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]

Completed in 238 milliseconds