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

  /external/llvm/include/llvm/Target/
TargetLowering.h 357 LegalizeTypeAction getTypeAction(MVT VT) const {
375 LegalizeTypeAction getTypeAction(LLVMContext &Context, EVT VT) const {
378 LegalizeTypeAction getTypeAction(MVT VT) const {
379 return ValueTypeActions.getTypeAction(VT);
399 switch (getTypeAction(Context, VT)) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 363 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) {
695 switch (getTypeAction(InVT)) {
    [all...]
LegalizeTypes.h 62 /// enum from TargetLowering. This can be queried with "getTypeAction(VT)".
65 /// getTypeAction - Return how we should legalize values of this type.
66 TargetLowering::LegalizeTypeAction getTypeAction(EVT VT) const {
67 return TLI.getTypeAction(*DAG.getContext(), VT);
72 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal;
    [all...]
LegalizeTypesGeneric.cpp 49 switch (getTypeAction(InVT)) {
525 if (getTypeAction(Cond.getValueType()) == TargetLowering::TypeSplitVector)
LegalizeIntegerTypes.cpp 243 switch (getTypeAction(InVT)) {
419 if (getTypeAction(N->getOperand(0).getValueType())
555 if (getTypeAction(LHS.getValueType()) == TargetLowering::TypePromoteInteger &&
558 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger &&
617 switch (getTypeAction(InOp.getValueType())) {
    [all...]
LegalizeTypes.cpp 226 switch (getTypeAction(ResultVT)) {
277 switch (getTypeAction(OpVT)) {
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 552 if (TLI.getTypeAction(CI->getContext(), SrcVT) ==
555 if (TLI.getTypeAction(CI->getContext(), DstVT) ==
    [all...]
TargetLoweringBase.cpp     [all...]

Completed in 345 milliseconds