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

  /external/llvm/include/llvm/Target/
TargetLowering.h 366 /// getOperationAction - Return how this operation should be treated: either
370 LegalizeAction getOperationAction(unsigned Op, EVT VT) const {
382 (getOperationAction(Op, VT) == Legal ||
383 getOperationAction(Op, VT) == Custom);
390 getOperationAction(Op, VT) == Legal;
496 assert(getOperationAction(Op, VT) == Promote &&
514 getOperationAction(Op, NVT) == Promote);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
LegalizeVectorOps.cpp 230 switch (TLI.getOperationAction(Node->getOpcode(), QueryType)) {
LegalizeTypes.cpp     [all...]
FastISel.cpp 586 if (TLI.getOperationAction(ISD::EXCEPTIONADDR, VT)!=TargetLowering::Expand)
601 if (TLI.getOperationAction(ISD::EHSELECTION, VT) != TargetLowering::Expand)
    [all...]
LegalizeFloatTypes.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]

Completed in 112 milliseconds