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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 259 /// CONCAT_VECTORS(VECTOR0, VECTOR1, ...) - Given a number of values of
263 CONCAT_VECTORS,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 347 case ISD::CONCAT_VECTORS:
460 case ISD::CONCAT_VECTORS: SplitVecRes_CONCAT_VECTORS(N, Lo, Hi); break;
622 assert(!(N->getNumOperands() & 1) && "Unsupported CONCAT_VECTORS");
635 Lo = DAG.getNode(ISD::CONCAT_VECTORS, dl, LoVT, &LoOps[0], LoOps.size());
638 Hi = DAG.getNode(ISD::CONCAT_VECTORS, dl, HiVT, &HiOps[0], HiOps.size());
    [all...]
SelectionDAGDumper.cpp 192 case ISD::CONCAT_VECTORS: return "concat_vectors";
LegalizeIntegerTypes.cpp 90 case ISD::CONCAT_VECTORS:
606 return DAG.getNode(ISD::CONCAT_VECTORS, dl, NVT, EOp1, EOp2);
768 case ISD::CONCAT_VECTORS: Res = PromoteIntOp_CONCAT_VECTORS(N); break;
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp 256 // Build a vector with BUILD_VECTOR or CONCAT_VECTORS from the
259 ISD::CONCAT_VECTORS : ISD::BUILD_VECTOR, DL,
476 //Val = DAG.getNode(ISD::CONCAT_VECTORS, DL, PartVT, Val, UndefElts);
    [all...]
TargetLowering.cpp 544 setOperationAction(ISD::CONCAT_VECTORS, (MVT::SimpleValueType)VT, Expand);
    [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 122 setOperationAction(ISD::CONCAT_VECTORS, VT.getSimpleVT(), Legal);
    [all...]
ARMISelDAGToDAG.cpp     [all...]

Completed in 135 milliseconds