Searched refs:isVector (Results 101 - 120 of 120) sorted by relevance

12345

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp238 assert(VecTy.isVector());
1375 assert(ResTy.isVector() && isHvxSingleTy(ResTy));
1429 assert(ResTy.isVector());
H A DHexagonISelLowering.cpp1027 if (ResTy.isVector())
2467 assert(!ValTy.isVector() ||
2648 if (Ty.isVector()) {
H A DHexagonISelDAGToDAGHVX.cpp2009 assert(ResTy.isVector() && ResTy.getVectorElementType() == MVT::i8);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp894 if (SimpleVT.isVector()) {
1270 if (EltVT.isVector()) {
1752 if (SimpleVT.isVector()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp265 if (!VT.isVector())
344 if (Subtarget.is64Bit() || SrcVT.isVector() || DstVT.isVector() ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp114 if (!VT.isVector())
124 if (VT.isVector())
562 if (!VT.isVector())
973 if (ROOTNode->getValueType(0).isVector())
1195 if (N->getOperand(0).getValueType().isVector())
H A DMipsSEISelLowering.cpp836 if (!VT.isVector() && shouldTransformMulToShiftsAddsSubs(
2520 assert(ResTy.isVector());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h963 if (Op.getValueType().isVector())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1066 if (VectorWidth && !PtrTy.isVector()) {
1104 if (!IdxTy.isVector() && VectorWidth) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp267 assert(!VT.isVector() && "No AVR SetCC type for vectors!");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2868 bool LLParser::ParseArrayVectorType(Type *&Result, bool isVector) {
2871 if (isVector && Lex.getKind() == lltok::kw_vscale) {
2894 if (ParseToken(isVector ? lltok::greater : lltok::rsquare,
2898 if (isVector) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8884 static bool isVector(QualType QT, QualType ElementType) { function
13605 assert((isVector(ResultTy, Context.HalfTy) ||
13606 isVector(ResultTy, Context.ShortTy)) &&
13608 assert(isVector(LHS.get()->getType(), Context.HalfTy) &&
13609 isVector(RHS.get()->getType(), Context.HalfTy) &&
13617 if (isVector(ResultTy, Context.ShortTy))
13892 assert(isVector(RHS.get()->getType(), Context.HalfTy) ==
13893 isVector(LHS.get()->getType(), Context.HalfTy) &&
H A DSemaChecking.cpp10174 if (result.isVector()) {
10464 if (value.isVector()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1739 if (!LoadedVT.isVector())
1755 if (!LoadedVT.isVector())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h682 bool isVector() const { return getFlags() & FlagVector; } function in class:llvm::DIType
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2468 if (SVal.isVector()) {
2761 if (!LHSValue.isVector()) {
7400 if (Val.isVector()) {
9723 assert(V.isVector());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp341 if (Ty.isVector())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1854 if (!VT.isVector())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp1013 if (N.isVector()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4144 if (LHS.getValueType().isVector()) {

Completed in 844 milliseconds

12345