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

  /external/llvm/include/llvm/Target/
TargetLowering.h 84 enum LegalizeAction {
477 LegalizeAction getOperationAction(unsigned Op, EVT VT) const {
483 return (LegalizeAction)OpActions[I][Op];
520 LegalizeAction getLoadExtAction(unsigned ExtType, MVT VT) const {
523 return (LegalizeAction)LoadExtActions[VT.SimpleTy][ExtType];
535 LegalizeAction getTruncStoreAction(MVT ValVT, MVT MemVT) const {
538 return (LegalizeAction)TruncStoreActions[ValVT.SimpleTy]
552 LegalizeAction
557 return (LegalizeAction)((IndexedModeActions[Ty][IdxMode] & 0xf0) >> 4);
570 LegalizeAction
    [all...]
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 512 TargetLowering::LegalizeAction LA = TargetLowering::Expand;
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]

Completed in 68 milliseconds