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 80 /// LegalizeAction - This enum indicates whether operations are valid for a
82 enum LegalizeAction {
359 LegalizeAction getOperationAction(unsigned Op, EVT VT) const {
363 return (LegalizeAction)OpActions[I][Op];
386 LegalizeAction getLoadExtAction(unsigned ExtType, EVT VT) const {
390 return (LegalizeAction)LoadExtActions[VT.getSimpleVT().SimpleTy][ExtType];
403 LegalizeAction getTruncStoreAction(EVT ValVT, EVT MemVT) const {
407 return (LegalizeAction)TruncStoreActions[ValVT.getSimpleVT().SimpleTy]
422 LegalizeAction
428 return (LegalizeAction)((IndexedModeActions[Ty][IdxMode] & 0xf0) >> 4)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 715 TargetLowering::LegalizeAction Action = TargetLowering::Legal;
    [all...]
LegalizeIntegerTypes.cpp     [all...]

Completed in 164 milliseconds