Searched refs:getOperationAction (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp237 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(IS
[all...]
H A DLegalizeDAG.cpp714 switch (TLI.getOperationAction(ISD::STORE, VT)) {
869 switch (TLI.getOperationAction(Node->getOpcode(), VT)) {
1156 Action = TLI.getOperationAction(Node->getOpcode(), MVT::Other);
1159 Action = TLI.getOperationAction(Node->getOpcode(),
1162 Action = TLI.getOperationAction(Node->getOpcode(), MVT::Other);
1167 Action = TLI.getOperationAction(Node->getOpcode(),
1173 Action = TLI.getOperationAction(Node->getOpcode(), InnerType);
1177 Action = TLI.getOperationAction(Node->getOpcode(),
1193 Action = TLI.getOperationAction(Node->getOpcode(),
1196 Action = TLI.getOperationAction(Nod
[all...]
H A DLegalizeTypes.cpp930 if (TLI.getOperationAction(N->getOpcode(), VT) != TargetLowering::Custom)
959 if (TLI.getOperationAction(N->getOpcode(), VT) != TargetLowering::Custom)
H A DLegalizeFloatTypes.cpp1248 if (TLI.getOperationAction(N->getOpcode(), N->getOperand(OpNo).getValueType())
H A DLegalizeIntegerTypes.cpp2089 TargetLowering::LegalizeAction Action = TLI.getOperationAction(PartsOpc, NVT);
2789 TLI.getOperationAction(ISD::SINT_TO_FP, SrcVT) == TargetLowering::Custom){
H A DDAGCombiner.cpp9115 (TLI.getOperationAction(ISD::ConstantFP, N2.getValueType()) !=
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h384 /// getOperationAction - Return how this operation should be treated: either
388 LegalizeAction getOperationAction(unsigned Op, EVT VT) const { function in class:llvm::TargetLowering
402 (getOperationAction(Op, VT) == Legal ||
403 getOperationAction(Op, VT) == Custom);
410 getOperationAction(Op, VT) == Legal;
520 assert(getOperationAction(Op, VT) == Promote &&
538 getOperationAction(Op, NVT) == Promote);

Completed in 295 milliseconds