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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 232 switch (TLI.getOperationAction(Node->getOpcode(), QueryType)) {
401 if (TLI.getOperationAction(ISD::AND, VT) == TargetLowering::Expand ||
402 TLI.getOperationAction(ISD::XOR, VT) == TargetLowering::Expand ||
403 TLI.getOperationAction(ISD::OR, VT) == TargetLowering::Expand)
429 if (TLI.getOperationAction(ISD::SINT_TO_FP, VT) == TargetLowering::Expand ||
430 TLI.getOperationAction(ISD::SRL, VT) == TargetLowering::Expand)
LegalizeDAG.cpp 722 Action = TLI.getOperationAction(Node->getOpcode(), MVT::Other);
725 Action = TLI.getOperationAction(Node->getOpcode(),
728 Action = TLI.getOperationAction(Node->getOpcode(), MVT::Other);
733 Action = TLI.getOperationAction(Node->getOpcode(),
739 Action = TLI.getOperationAction(Node->getOpcode(), InnerType);
743 Action = TLI.getOperationAction(Node->getOpcode(),
    [all...]
LegalizeTypes.cpp     [all...]
LegalizeFloatTypes.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 355 /// getOperationAction - Return how this operation should be treated: either
359 LegalizeAction getOperationAction(unsigned Op, EVT VT) const {
371 (getOperationAction(Op, VT) == Legal ||
372 getOperationAction(Op, VT) == Custom);
379 getOperationAction(Op, VT) == Legal;
485 assert(getOperationAction(Op, VT) == Promote &&
503 getOperationAction(Op, NVT) == Promote);
    [all...]

Completed in 46 milliseconds