Searched defs:isVector (Results 1 - 18 of 18) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp54 bool isVector) {}
53 emitRegSave(const SmallVectorImpl<unsigned> &RegList, bool isVector) argument
/external/llvm/lib/Target/R600/
H A DR600InstrInfo.cpp44 bool R600InstrInfo::isVector(const MachineInstr &MI) const { function in class:R600InstrInfo
170 if (isVector(*MI) || isCubeOp(MI->getOpcode()))
923 } else if (isVector(*MI)) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600InstrInfo.cpp43 bool R600InstrInfo::isVector(const MachineInstr &MI) const function in class:R600InstrInfo
H A DAMDILPeepholeOptimizer.cpp471 bool isVector = aType->isVectorTy(); local
478 if (isVector) {
488 if (isVector) {
659 if (isVector) { name += "_v" + itostr(numEle) + "u32"; } else { name += "_u32"; }
711 bool isVector = aType->isVectorTy(); local
714 if (isVector) {
723 if (isVector) {
751 if (isVector) {
819 if (isVector) {
1007 bool isVector local
1040 bool isVector = aType->isVectorTy(); local
[all...]
/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrixBase.h163 inline bool isVector() const { return rows()==1 || cols()==1; } function in class:Eigen::SparseMatrixBase
/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h115 /// isVector - Return true if this is a vector value type.
116 bool isVector() const { function in struct:llvm::EVT
117 return isSimple() ? V.isVector() : isExtendedVector();
212 return isVector() ? getVectorElementType() : *this;
218 assert(isVector() && "Invalid vector type!");
227 assert(isVector() && "Invalid vector type!");
260 assert(isInteger() && !isVector() && "Invalid integer type!");
272 assert(isInteger() && !isVector() && "Invalid integer type!");
H A DMachineValueType.h184 /// isVector - Return true if this is a vector value type.
185 bool isVector() const { function in class:llvm::MVT
261 return isVector() ? getVectorElementType() : *this;
/external/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp96 const TargetRegisterClass *RC, bool isVector,
253 bool isVector, raw_ostream &O) {
261 RegToPrint, isVector ? AArch64::vreg : AArch64::NoRegAltName);
251 printAsmRegInClass(const MachineOperand &MO, const TargetRegisterClass *RC, bool isVector, raw_ostream &O) argument
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600InstrInfo.cpp43 bool R600InstrInfo::isVector(const MachineInstr &MI) const function in class:R600InstrInfo
H A DAMDILPeepholeOptimizer.cpp471 bool isVector = aType->isVectorTy(); local
478 if (isVector) {
488 if (isVector) {
659 if (isVector) { name += "_v" + itostr(numEle) + "u32"; } else { name += "_u32"; }
711 bool isVector = aType->isVectorTy(); local
714 if (isVector) {
723 if (isVector) {
751 if (isVector) {
819 if (isVector) {
1007 bool isVector local
1040 bool isVector = aType->isVectorTy(); local
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DTypes.h355 bool isVector() const function in class:TType
558 bool isVector() const function in struct:TPublicType
582 return array || isMatrix() || isVector();
H A Dintermediate.h290 bool isVector() const { return type.isVector(); } function in class:TIntermTyped
/external/clang/include/clang/AST/
H A DAPValue.h187 bool isVector() const { return Kind == Vector; } function in class:clang::APValue
259 assert(isVector() && "Invalid accessor");
267 assert(isVector() && "Invalid accessor");
356 assert(isVector() && "Invalid accessor");
/external/llvm/include/llvm/IR/
H A DDebugInfo.h330 bool isVector() const { return (getFlags() & FlagVector) != 0; } function in class:llvm::DIType
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp170 bool isVector() const { return NumVectors > 0; } function in class:__anon18761::Type
201 assert(isVector());
557 if (isVector())
1015 if (T.isHalf() && T.isVector() && !T.isScalarForMangling())
1211 if (!NewV.getType().isVector() || NewV.getType().getNumElements() == 1)
1223 if (!getReturnType().isVector() || getReturnType().isVoid() ||
1338 if (CastToType.isVector()) {
1683 assert_with_loc(T.isVector(), "dup() used but default type is scalar!");
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp40 static inline bool isVector(MVT::SimpleValueType VT) { function
41 return MVT(VT).isVector();
44 return !MVT(VT).isVector();
137 if (isVector(TypeVec[i]))
330 return FillWithPossibleTypes(TP, isVector, "vector");
337 if (!isVector(TypeVec[i])) {
394 if (isConcrete() && isVector(getConcrete())) {
402 assert(isVector(Other.TypeVec[i]) && "EnforceVector didn't work");
415 } else if (Other.isConcrete() && isVector(Other.getConcrete())) {
423 assert(isVector(TypeVe
[all...]
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp62 unsigned matchRegisterNameAlias(StringRef Name, bool isVector);
174 bool isVector; member in struct:__anon25114::AArch64Operand::RegOp
880 bool isReg() const override { return Kind == k_Register && !Reg.isVector; }
881 bool isVectorReg() const { return Kind == k_Register && Reg.isVector; }
883 return Kind == k_Register && Reg.isVector &&
888 return Kind == k_Register && !Reg.isVector &&
893 return Kind == k_Register && !Reg.isVector &&
1588 CreateReg(unsigned RegNum, bool isVector, SMLoc S, SMLoc E, MCContext &Ctx) { argument
1591 Op->Reg.isVector = isVector;
1874 matchRegisterNameAlias(StringRef Name, bool isVector) argument
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp826 if (!VT.isVector())
1430 if (VT.isVector())
3282 bool isVector, SmallVectorImpl<SDValue> &MemOpChains,
3287 if (isVector) {
7166 if (VT.isVector()) {
7229 if (VT.isVector()) {
8006 if (VT.isVector()) {
8017 RV = DAG.getNode(VT.isVector() ? ISD::VSELECT : ISD::SELECT, dl, VT,
8113 if (ISD::isNON_EXTLoad(N) && VT.isVector() &&
8949 if (VT.getSimpleVT().isVector()) {
3279 LowerMemOpCallTo(SelectionDAG &DAG, MachineFunction &MF, SDValue Chain, SDValue Arg, SDValue PtrOff, int SPDiff, unsigned ArgOffset, bool isPPC64, bool isTailCall, bool isVector, SmallVectorImpl<SDValue> &MemOpChains, SmallVectorImpl<TailCallArgumentInfo> &TailCallArguments, SDLoc dl) argument
[all...]

Completed in 460 milliseconds