Home
last modified time | relevance | path

Searched defs:IsScalar (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp357 auto IsScalar = [](Value *Idx) { return !Idx->getType()->isVectorTy(); }; in determineBaseAndStride() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp1171 static unsigned getMovOpc(bool IsScalar) { in getMovOpc()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2607 bool IsScalar = hasScalarEvaluationKind(Ty); in EmitParmDecl() local
H A DMicrosoftCXXABI.cpp4226 bool IsScalar = !RD; in getCatchableType() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp3560 bool IsScalar = NegMul ? Name[12] == 's' : Name[11] == 's'; in upgradeX86IntrinsicCall() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5273 bool IsScalar = all_of(Inst->users(), [&](User *U) { in calculateRegisterUsage() local