HomeSort by relevance Sort by last modified time
    Searched refs:getVectorNumElements (Results 26 - 50 of 52) sorted by null

12 3

  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 281 assert(PartEVT.getVectorNumElements() > ValueVT.getVectorNumElements() &&
291 assert(PartEVT.getVectorNumElements() == ValueVT.getVectorNumElements() &&
307 if (ValueVT.getVectorNumElements() != 1) {
321 if (ValueVT.getVectorNumElements() == 1 &&
486 PartEVT.getVectorNumElements() > ValueVT.getVectorNumElements()) {
491 for (unsigned i = 0, e = ValueVT.getVectorNumElements(); i != e; ++i)
496 for (unsigned i = ValueVT.getVectorNumElements(),
    [all...]
SelectionDAGDumper.cpp 361 for (unsigned i = 0, e = ValueList[0].getVectorNumElements(); i != e; ++i) {
LegalizeIntegerTypes.cpp 601 unsigned NumElts = InVT.getVectorNumElements();
602 assert(NumElts == NVT.getVectorNumElements() &&
    [all...]
DAGCombiner.cpp     [all...]
LegalizeDAG.cpp 191 unsigned NumMaskElts = VT.getVectorNumElements();
192 unsigned NumDestElts = NVT.getVectorNumElements();
630 unsigned NumElts = Vec.getValueType().getVectorNumElements();
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 452 elems = vtparts[i].getVectorNumElements();
478 elems = vtparts[i].getVectorNumElements();
    [all...]
NVPTXISelDAGToDAG.cpp 220 unsigned num = SimpleVT.getVectorNumElements();
    [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp     [all...]
AMDGPUISelDAGToDAG.cpp 265 switch(N->getValueType(0).getVectorNumElements()) {
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 351 switch (VVT.getVectorNumElements()) {
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Verifier.cpp     [all...]
Type.cpp 214 unsigned Type::getVectorNumElements() const {
AsmWriter.cpp     [all...]