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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 311 switch (TLI.getOperationAction(Node->getOpcode(), QueryType)) {
684 if (TLI.getOperationAction(ISD::AND, VT) == TargetLowering::Expand ||
685 TLI.getOperationAction(ISD::XOR, VT) == TargetLowering::Expand ||
686 TLI.getOperationAction(ISD::OR, VT) == TargetLowering::Expand ||
687 TLI.getOperationAction(ISD::BUILD_VECTOR, VT) == TargetLowering::Expand)
724 if (TLI.getOperationAction(ISD::SRA, VT) == TargetLowering::Expand ||
725 TLI.getOperationAction(ISD::SHL, VT) == TargetLowering::Expand)
860 if (TLI.getOperationAction(ISD::AND, VT) == TargetLowering::Expand ||
861 TLI.getOperationAction(ISD::XOR, VT) == TargetLowering::Expand ||
862 TLI.getOperationAction(ISD::OR, VT) == TargetLowering::Expand |
    [all...]
LegalizeDAG.cpp 728 switch (TLI.getOperationAction(ISD::STORE, VT)) {
    [all...]
LegalizeTypes.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 477 LegalizeAction getOperationAction(unsigned Op, EVT VT) const {
491 (getOperationAction(Op, VT) == Legal ||
492 getOperationAction(Op, VT) == Custom);
500 (getOperationAction(Op, VT) == Legal ||
501 getOperationAction(Op, VT) == Promote);
508 return (!isTypeLegal(VT) || getOperationAction(Op, VT) == Expand);
514 getOperationAction(Op, VT) == Legal;
612 assert(getOperationAction(Op, VT) == Promote &&
630 getOperationAction(Op, NVT) == Promote);
    [all...]

Completed in 382 milliseconds