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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 265 /// INSERT_SUBVECTOR(VECTOR1, VECTOR2, IDX) - Returns a vector
271 INSERT_SUBVECTOR,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 193 case ISD::INSERT_SUBVECTOR: return "insert_subvector";
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 130 Result = DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ResultVT, Result, Vec,
728 setOperationAction(ISD::INSERT_SUBVECTOR,(MVT::SimpleValueType)VT,Expand);
    [all...]

Completed in 32 milliseconds