Searched defs:isVector (Results 1 - 17 of 17) 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/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.h96 if (isVector())
127 /// isVector - Return true if this is a vector value type.
128 bool isVector() const { function in struct:llvm::EVT
129 return isSimple() ? V.isVector() : isExtendedVector();
229 return isVector() ? getVectorElementType() : *this;
235 assert(isVector() && "Invalid vector type!");
244 assert(isVector() && "Invalid vector type!");
277 assert(isInteger() && !isVector() && "Invalid integer type!");
289 assert(isInteger() && !isVector() && "Invalid integer type!");
H A DMachineValueType.h213 /// isVector - Return true if this is a vector value type.
214 bool isVector() const { function in class:llvm::MVT
303 return isVector() ? getVectorElementType() : *this;
/external/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp94 const TargetRegisterClass *RC, bool isVector,
239 bool isVector, raw_ostream &O) {
247 RegToPrint, isVector ? AArch64::vreg : AArch64::NoRegAltName);
237 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/parameter-framework/upstream/parameter/
H A DElementHandle.cpp155 struct isVector : std::false_type struct in inherits:std::false_type
159 struct isVector<std::vector<T>> : std::true_type struct in inherits:std::true_type
226 if (not checkGetValidity(isVector<T>::value, error)) {
/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/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp557 bool HexagonMCInstrInfo::isVector(MCInstrInfo const &MCII, MCInst const &MCI) { function in class:llvm::HexagonMCInstrInfo
/external/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp42 bool R600InstrInfo::isVector(const MachineInstr &MI) const { function in class:R600InstrInfo
164 if (isVector(*MI) || isCubeOp(MI->getOpcode()))
913 } else if (isVector(*MI)) {
/external/opencv3/modules/ts/src/
H A Dts_perf.cpp294 bool Regression::isVector(cv::InputArray a) function in class:Regression
402 if (isVector(array))
457 if (isVector(array))
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp173 bool isVector() const { return NumVectors > 0; } function in class:__anon3099::Type
212 assert(isVector());
568 if (isVector())
1034 if (T.isHalf() && T.isVector() && !T.isScalarForMangling())
1229 if (!NewV.getType().isVector() || NewV.getType().getNumElements() == 1)
1241 if (!getReturnType().isVector() || getReturnType().isVoid() ||
1356 if (CastToType.isVector()) {
1690 assert_with_loc(T.isVector(), "dup() used but default type is scalar!");
/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h576 bool isVector() const { return getFlags() & FlagVector; } function in class:llvm::DIType
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp41 static inline bool isVector(MVT::SimpleValueType VT) { function
42 return MVT(VT).isVector();
45 return !MVT(VT).isVector();
128 return std::any_of(TypeVec.begin(), TypeVec.end(), isVector);
314 return FillWithPossibleTypes(TP, isVector, "vector");
321 std::not1(std::ptr_fun(isVector))),
401 if (OtherVT.isVector() != Smallest.isVector())
434 if (OtherVT.isVector() != Largest.isVector())
[all...]
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp60 unsigned matchRegisterNameAlias(StringRef Name, bool isVector);
177 bool isVector; member in struct:__anon12025::AArch64Operand::RegOp
920 bool isReg() const override { return Kind == k_Register && !Reg.isVector; }
921 bool isVectorReg() const { return Kind == k_Register && Reg.isVector; }
923 return Kind == k_Register && Reg.isVector &&
928 return Kind == k_Register && !Reg.isVector &&
932 return Kind == k_Register && !Reg.isVector &&
937 return Kind == k_Register && !Reg.isVector &&
943 return Kind == k_Register && !Reg.isVector &&
1640 CreateReg(unsigned RegNum, bool isVector, SMLo argument
1956 matchRegisterNameAlias(StringRef Name, bool isVector) argument
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1084 if (!VT.isVector())
1891 if (VT.isVector()) {
4038 bool isVector, SmallVectorImpl<SDValue> &MemOpChains,
4043 if (isVector) {
5954 if (Op.getValueType().isVector())
5979 if (Op.getOperand(1).getValueType().isVector())
9149 if (VT.isVector())
10285 if (LD->isUnindexed() && VT.isVector() &&
11507 if (VT.getSimpleVT().isVector()) {
4035 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

Completed in 924 milliseconds