Searched refs:getTypeAction (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h266 LegalizeTypeAction getTypeAction(MVT VT) const { function in class:llvm::TargetLowering::ValueTypeActionImpl
280 /// getTypeAction - Return how we should legalize values of this type, either
284 LegalizeTypeAction getTypeAction(LLVMContext &Context, EVT VT) const { function in class:llvm::TargetLowering
287 LegalizeTypeAction getTypeAction(MVT VT) const { function in class:llvm::TargetLowering
288 return ValueTypeActions.getTypeAction(VT);
308 switch (getTypeAction(Context, VT)) {
1977 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(VT.getSimpleVT());
1981 ValueTypeActions.getTypeAction(NVT.getSimpleVT()) != TypePromoteInteger)
2051 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal)
2071 if (ValueTypeActions.getTypeAction(LargerVecto
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp604 switch (getTypeAction(InVT)) {
858 if (getTypeAction(InVT) == TargetLowering::TypeSplitVector) {
1540 if (getTypeAction(InVT) == TargetLowering::TypeWidenVector) {
1616 if (getTypeAction(ShVT) == TargetLowering::TypeWidenVector) {
1659 switch (getTypeAction(InVT)) {
1763 if (getTypeAction(InVT) != TargetLowering::TypeWidenVector) {
1841 if (getTypeAction(InVT) == TargetLowering::TypeWidenVector) {
1909 if (getTypeAction(InOp.getValueType()) == TargetLowering::TypeWidenVector)
1991 if (getTypeAction(CondVT) == TargetLowering::TypeWidenVector)
2145 if (getTypeAction(InO
[all...]
H A DLegalizeTypes.h63 /// enum from TargetLowering. This can be queried with "getTypeAction(VT)".
66 /// getTypeAction - Return how we should legalize values of this type.
67 TargetLowering::LegalizeTypeAction getTypeAction(EVT VT) const { function in class:llvm::DAGTypeLegalizer
68 return TLI.getTypeAction(*DAG.getContext(), VT);
73 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal;
H A DLegalizeTypes.cpp224 switch (getTypeAction(ResultVT)) {
275 switch (getTypeAction(OpVT)) {
H A DLegalizeIntegerTypes.cpp214 switch (getTypeAction(InVT)) {
389 if (getTypeAction(N->getOperand(0).getValueType())
576 switch (getTypeAction(InOp.getValueType())) {
1645 assert(getTypeAction(Op.getValueType()) ==
2164 assert(getTypeAction(Op.getValueType()) ==
2399 assert(getTypeAction(Op.getValueType()) ==
H A DLegalizeTypesGeneric.cpp47 switch (getTypeAction(InVT)) {
H A DLegalizeDAG.cpp1137 assert(TLI.getTypeAction(*DAG.getContext(), Node->getValueType(i)) ==
1142 assert((TLI.getTypeAction(*DAG.getContext(),
H A DTargetLowering.cpp936 LegalizeTypeAction TA = getTypeAction(Context, VT);
H A DSelectionDAG.cpp999 if (VT.isVector() && TLI.getTypeAction(*getContext(), EltVT) ==
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp548 if (TLI.getTypeAction(CI->getContext(), SrcVT) ==
551 if (TLI.getTypeAction(CI->getContext(), DstVT) ==

Completed in 230 milliseconds