HomeSort by relevance Sort by last modified time
    Searched refs:isVector (Results 51 - 75 of 84) sorted by null

1 23 4

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 38 static inline bool isVector(MVT::SimpleValueType VT) {
39 return EVT(VT).isVector();
42 return !EVT(VT).isVector();
127 if (isVector(TypeVec[i]))
320 return FillWithPossibleTypes(TP, isVector, "vector");
327 if (!isVector(TypeVec[i])) {
567 assert(isVector(TypeVec[i]) && "EnforceVector didn't work");
    [all...]
IntrinsicEmitter.cpp 349 if (EVT(VT).isVector()) {
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 451 if (vtparts[i].isVector()) {
477 if (vtparts[i].isVector()) {
    [all...]
NVPTXISelDAGToDAG.cpp 219 if (SimpleVT.isVector()) {
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
OutputGLSLBase.cpp 745 else if (type.isVector())
glslang.y 266 if ($1->isVector()) {
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 248 bool isVector() const {
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 325 else if (VTy.isVector() &&
PPCISelLowering.cpp 668 if (!VT.isVector())
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 528 if (!LT.second.isVector())
X86ISelLowering.cpp     [all...]
X86FastISel.cpp     [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp     [all...]
  /external/llvm/lib/Target/R600/
R600InstrInfo.cpp 45 bool R600InstrInfo::isVector(const MachineInstr &MI) const {
845 } else if (isVector(*MI)) {
    [all...]
AMDGPUISelDAGToDAG.cpp 196 if (N->getValueType(0).isVector() ||
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 105 if (ValueVT.isVector())
176 !PartVT.isVector() && "Unexpected split");
224 assert(ValueVT.isVector() && "Not a vector value");
264 Val = DAG.getNode(IntermediateVT.isVector() ?
275 if (PartEVT.isVector()) {
345 if (ValueVT.isVector())
356 assert(!ValueVT.isVector() && "Vector case handled elsewhere");
474 assert(ValueVT.isVector() && "Not a vector");
484 } else if (PartVT.isVector() &&
506 } else if (PartVT.isVector() &
    [all...]
TargetLowering.cpp 746 if (TLO.LegalTypes() && !ShiftAmtTy.isVector())
    [all...]
LegalizeTypes.h     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 756 if (LHSTy.isVector())
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 285 if (SrcTy.isVector() && ST->hasNEON()) {
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 382 if (!VT.isVector())
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 302 if (!VT.isVector()) return MVT::i32;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 487 milliseconds

1 23 4