Searched refs:isVector (Results 1 - 25 of 68) sorted by relevance

123

/external/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp87 if (MVT(V1).isVector() != MVT(V2).isVector())
88 return MVT(V2).isVector();
H A DDAGISelMatcher.cpp353 return !MVT(T2).isInteger() || MVT(T2).isVector();
356 return !MVT(T1).isInteger() || MVT(T1).isVector();
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DVariableInfo.cpp28 } else if (type.isVector()) {
41 } else if (type.isVector()) {
54 } else if (type.isVector()) {
H A DIntermediate.cpp158 if (left->isMatrix() || left->isArray() || left->isVector() || left->getBasicType() == EbtStruct) {
165 if (left->getBasicType() != EbtBool || left->isMatrix() || left->isArray() || left->isVector()) {
293 if (child->getType().getBasicType() != EbtBool || child->getType().isMatrix() || child->getType().isArray() || child->getType().isVector()) {
943 if (left->isVector())
950 if (right->isVector()) {
959 if (left->isVector() && right->isVector()) {
961 } else if (left->isVector() || right->isVector()) {
972 if (left->isVector())
[all...]
H A Dintermediate.h254 bool isVector() const { return type.isVector(); } function in class:TIntermTyped
H A DSymbolTable.cpp27 else if (isVector())
H A DTypes.h201 bool isVector() const { return size > 1 && !matrix; } function in class:TType
/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h184 /// isVector - Return true if this is a vector value type.
185 bool isVector() const { function in class:llvm::MVT
255 return isVector() ? getVectorElementType() : *this;
633 /// isVector - Return true if this is a vector value type.
634 bool isVector() const { function in struct:llvm::EVT
635 return isSimple() ? V.isVector() : isExtendedVector();
730 return isVector() ? getVectorElementType() : *this;
736 assert(isVector() && "Invalid vector type!");
745 assert(isVector() && "Invalid vector type!");
774 assert(isInteger() && !isVector()
[all...]
H A DSelectionDAG.h613 assert(LHS.getValueType().isVector() == RHS.getValueType().isVector() &&
615 assert(LHS.getValueType().isVector() == VT.isVector() &&
/external/llvm/lib/Target/R600/
H A DAMDILPeepholeOptimizer.cpp466 bool isVector = aType->isVectorTy(); local
473 if (isVector) {
483 if (isVector) {
613 if (isVector) { name += "_v" + itostr(numEle) + "u32"; } else { name += "_u32"; }
664 bool isVector = aType->isVectorTy(); local
667 if (isVector) {
676 if (isVector) {
704 if (isVector) {
772 if (isVector) {
954 bool isVector local
987 bool isVector = aType->isVectorTy(); local
[all...]
H A DR600InstrInfo.h61 bool isVector(const MachineInstr &MI) const;
H A DR600ExpandSpecialInstrs.cpp188 bool IsVector = TII->isVector(MI);
/external/clang/utils/ABITest/
H A DTypeGen.py113 def __init__(self, index, isVector, elementType, size):
114 if isVector:
120 self.isVector = isVector
123 if isVector:
131 if self.isVector:
140 if self.isVector:
/external/clang/include/clang/AST/
H A DAPValue.h181 bool isVector() const { return Kind == Vector; } function in class:clang::APValue
253 assert(isVector() && "Invalid accessor");
261 assert(isVector() && "Invalid accessor");
350 assert(isVector() && "Invalid accessor");
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp96 HasVectors |= J->isVector();
157 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD) {
167 if (StVT.isVector() && ST->isTruncatingStore())
185 HasVectorValue |= J->isVector();
327 if (Op.getOperand(j).getValueType().isVector())
366 if (Op.getOperand(j).getValueType().isVector())
583 assert(VT.isVector() && !Mask.getValueType().isVector()
601 assert(MaskTy.isVector() && "Invalid CC type");
H A DLegalizeVectorTypes.cpp298 assert(N->getValueType(0).isVector() ==
299 N->getOperand(0).getValueType().isVector() &&
302 if (N->getValueType(0).isVector()) return ScalarizeVecRes_VSETCC(N);
326 assert(N->getValueType(0).isVector() &&
327 N->getOperand(0).getValueType().isVector() &&
841 assert(N->getValueType(0).isVector() &&
842 N->getOperand(0).getValueType().isVector() &&
1099 assert(MaskVT.isVector() && "VSELECT without a vector mask?");
1297 assert(N->getValueType(0).isVector() &&
1298 N->getOperand(0).getValueType().isVector()
[all...]
H A DSelectionDAG.cpp795 assert(!VT.isVector() && (VT.isInteger() || VT.isFloatingPoint()) &&
808 assert(N->getValueType(0).isVector() && "Wrong return type!");
944 assert(!VT.isVector() &&
986 if (VT.isVector() && TLI.getTypeAction(*getContext(), EltVT) ==
1002 if (!VT.isVector())
1012 if (VT.isVector()) {
1044 if (!VT.isVector())
1054 if (VT.isVector()) {
1305 assert(VT.isVector() && N1.getValueType().isVector()
[all...]
H A DDAGCombiner.cpp805 if (VT.isVector() || !VT.isInteger())
863 if (VT.isVector() || !VT.isInteger())
907 if (VT.isVector() || !VT.isInteger())
936 if (VT.isVector() || !VT.isInteger())
1382 if (VT.isVector()) {
1469 if (!VT.isVector() && SimplifyDemandedBits(SDValue(N, 0)))
1473 if (VT.isInteger() && !VT.isVector()) {
1608 if (!VT.isVector()) {
1631 if (VT.isVector()) {
1767 if (VT.isVector()) {
[all...]
H A DLegalizeIntegerTypes.cpp218 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector() && !NInVT.isVector())
230 if (!NOutVT.isVector())
255 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector())
521 assert(SVT.isVector() == N->getOperand(0).getValueType().isVector() &&
536 Amt = Amt.getValueType().isVector() ? ZExtPromotedInteger(Amt) : Amt;
560 Amt = Amt.getValueType().isVector() ? ZExtPromotedInteger(Amt) : Amt;
568 Amt = Amt.getValueType().isVector() ? ZExtPromotedInteger(Amt) : Amt;
589 assert(InVT.isVector()
[all...]
H A DLegalizeTypesGeneric.cpp94 if (InVT.isVector() && OutVT.isInteger()) {
314 if (N->getValueType(0).isVector()) {
492 if (Cond.getValueType().isVector()) {
H A DLegalizeDAG.cpp312 ST->getMemoryVT().isVector()) {
389 !ST->getMemoryVT().isVector() &&
432 if (VT.isFloatingPoint() || VT.isVector()) {
512 assert(LoadedVT.isInteger() && !LoadedVT.isVector() &&
770 assert(!StVT.isVector() && "Unsupported truncstore!");
844 assert(!StVT.isVector() &&
968 assert(!SrcVT.isVector() && "Unsupported extload!");
1096 assert(!SrcVT.isVector() &&
1280 if (!Node->getOperand(1).getValueType().isVector()) {
1295 if (!Node->getOperand(2).getValueType().isVector()) {
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp292 if (vtparts[i].isVector()) {
320 if (vtparts[i].isVector()) {
387 if (vtparts[i].isVector()) {
503 if (vtparts[j].isVector()) {
536 if (vtparts[j].isVector()) {
584 if (resvtparts[i].isVector()) {
752 if (Ins[i].VT.isVector()) {
772 if (Ins[i].VT.isVector())
870 else if (ValVT.isVector())
883 if (ValVT.isVector()) {
[all...]
H A DNVPTXISelLowering.h104 if (VT.isVector())
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp76 bool isVector);
/external/llvm/include/llvm/Target/
H A DTargetLowering.h312 assert(!VT.isVector());
606 if (VT.isVector()) {
632 if (VT.isVector()) {
1472 if (!VT.isVector()) {

Completed in 411 milliseconds

123