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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 248 /// INSERT_VECTOR_ELT(VECTOR, VAL, IDX) - Returns VECTOR with the element
251 INSERT_VECTOR_ELT,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 363 NewVec = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, NewVecVT, NewVec, Lo, Idx);
366 NewVec = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, NewVecVT, NewVec, Hi, Idx);
LegalizeVectorTypes.cpp 57 case ISD::INSERT_VECTOR_ELT: R = ScalarizeVecRes_INSERT_VECTOR_ELT(N); break;
464 case ISD::INSERT_VECTOR_ELT: SplitVecRes_INSERT_VECTOR_ELT(N, Lo, Hi); break;
691 Lo = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl,
694 Hi = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, Hi.getValueType(), Hi, Elt,
    [all...]
SelectionDAGDumper.cpp 190 case ISD::INSERT_VECTOR_ELT: return "insert_vector_elt";
LegalizeIntegerTypes.cpp 84 case ISD::INSERT_VECTOR_ELT:
772 case ISD::INSERT_VECTOR_ELT:
    [all...]
LegalizeDAG.cpp 74 /// insertion index for the INSERT_VECTOR_ELT instruction. In this case, it
560 /// insertion index for the INSERT_VECTOR_ELT instruction. In this case, it
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 107 /// lowering INSERT_VECTOR_ELT operations easier.
726 setOperationAction(ISD::INSERT_VECTOR_ELT,(MVT::SimpleValueType)VT, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 107 setOperationAction(ISD::INSERT_VECTOR_ELT, VT.getSimpleVT(), Custom);
556 setTargetDAGCombine(ISD::INSERT_VECTOR_ELT);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 446 setOperationAction(ISD::INSERT_VECTOR_ELT, VT, Custom);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 347 setOperationAction(ISD::INSERT_VECTOR_ELT, VT, Expand);
    [all...]

Completed in 287 milliseconds