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

12 3

  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 89 for (unsigned j = 0, je = VT.getVectorNumElements(); j != je; ++j) {
478 if (VT.getVectorNumElements() != 1 && VT.getScalarType() == MVT::i1)
751 unsigned NumElts = ObjectVT.getVectorNumElements();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp     [all...]
SelectionDAGBuilder.cpp 297 assert(PartEVT.getVectorNumElements() > ValueVT.getVectorNumElements() &&
307 assert(PartEVT.getVectorNumElements() == ValueVT.getVectorNumElements() &&
323 if (ValueVT.getVectorNumElements() != 1) {
329 if (ValueVT.getVectorNumElements() == 1 &&
485 PartEVT.getVectorNumElements() > ValueVT.getVectorNumElements()) {
490 for (unsigned i = 0, e = ValueVT.getVectorNumElements(); i != e; ++i)
495 for (unsigned i = ValueVT.getVectorNumElements(),
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAGDumper.cpp 374 for (unsigned i = 0, e = ValueList[0].getVectorNumElements(); i != e; ++i) {
LegalizeIntegerTypes.cpp 629 unsigned NumElts = InVT.getVectorNumElements();
630 assert(NumElts == NVT.getVectorNumElements() &&
    [all...]
LegalizeDAG.cpp 192 unsigned NumMaskElts = VT.getVectorNumElements();
193 unsigned NumDestElts = NVT.getVectorNumElements();
634 unsigned NumElts = Vec.getValueType().getVectorNumElements();
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 752 unsigned Width = LT.second.getVectorNumElements();
768 for (int i = 0, e = Ty->getVectorNumElements(); i < e; ++i) {
782 unsigned NumElem = VTy->getVectorNumElements();
    [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
AutoUpgrade.cpp 345 unsigned EltNum = VecTy->getVectorNumElements();
Instructions.cpp     [all...]
Verifier.cpp     [all...]
Type.cpp 208 unsigned Type::getVectorNumElements() const {
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 188 Size = Ty->getVectorNumElements();
644 unsigned Count = Ty->getVectorNumElements();
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 761 VT.getVectorNumElements());
    [all...]
R600ISelLowering.cpp     [all...]
AMDGPUISelDAGToDAG.cpp 237 unsigned NumVectorElts = VT.getVectorNumElements();
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 333 for (unsigned I = 0, E = C->getType()->getVectorNumElements(); I != E;
348 for (unsigned I = 0, E = C->getType()->getVectorNumElements(); I != E;
    [all...]
InstCombineCasts.cpp     [all...]
InstCombineSelect.cpp 161 CondTy->getVectorNumElements() != FIOpndTy->getVectorNumElements()))
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 117 unsigned NumSrcElt = C->getType()->getVectorNumElements();
362 NumElts = C->getType()->getVectorNumElements();
    [all...]

Completed in 1457 milliseconds

12 3