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 237 switch (TLI.getOperationAction(Node->getOpcode(), QueryType)) {
463 if (TLI.getOperationAction(ISD::AND, VT) == TargetLowering::Expand ||
464 TLI.getOperationAction(ISD::XOR, VT) == TargetLowering::Expand ||
465 TLI.getOperationAction(ISD::OR, VT) == TargetLowering::Expand ||
466 TLI.getOperationAction(ISD::BUILD_VECTOR, VT) == TargetLowering::Expand)
519 if (TLI.getOperationAction(ISD::AND, VT) == TargetLowering::Expand ||
520 TLI.getOperationAction(ISD::XOR, VT) == TargetLowering::Expand ||
521 TLI.getOperationAction(ISD::OR, VT) == TargetLowering::Expand ||
549 if (TLI.getOperationAction(ISD::SINT_TO_FP, VT) == TargetLowering::Expand ||
550 TLI.getOperationAction(ISD::SRL, VT) == TargetLowering::Expand
    [all...]
LegalizeDAG.cpp 714 switch (TLI.getOperationAction(ISD::STORE, VT)) {
    [all...]
LegalizeTypes.cpp     [all...]
LegalizeFloatTypes.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 384 /// getOperationAction - Return how this operation should be treated: either
388 LegalizeAction getOperationAction(unsigned Op, EVT VT) const {
402 (getOperationAction(Op, VT) == Legal ||
403 getOperationAction(Op, VT) == Custom);
410 getOperationAction(Op, VT) == Legal;
516 assert(getOperationAction(Op, VT) == Promote &&
534 getOperationAction(Op, NVT) == Promote);
    [all...]

Completed in 221 milliseconds