OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVectorTy
(Results
51 - 75
of
77
) sorted by null
1
2
3
4
/external/llvm/lib/AsmParser/
LLParser.cpp
[
all
...]
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
423
if (Cond->getType()->
isVectorTy
() != RHS->getType()->
isVectorTy
())
634
if (V->getType()->
isVectorTy
())
[
all
...]
ConstantFolding.cpp
422
else if (LoadTy->
isVectorTy
()) {
[
all
...]
ScalarEvolutionExpander.cpp
774
assert(!Ty->
isVectorTy
() && "vector types are not SCEVable");
[
all
...]
/external/llvm/lib/CodeGen/
CodeGenPrepare.cpp
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp
269
assert(!I->getType()->
isVectorTy
() && I->getType()->isIntegerTy() &&
931
if (Ty->
isVectorTy
() && !IsVectorAllowed
[
all
...]
AArch64ISelLowering.cpp
[
all
...]
/external/clang/lib/CodeGen/
TargetInfo.cpp
768
return IRType->
isVectorTy
() && IRType->getPrimitiveSizeInBits() == 64 &&
776
if ((Constraint == "y" || Constraint == "&y") && Ty->
isVectorTy
()) {
[
all
...]
CGStmt.cpp
[
all
...]
CGExprScalar.cpp
[
all
...]
CGBuiltin.cpp
[
all
...]
/external/llvm/include/llvm/Target/
TargetLowering.h
728
if (Ty->
isVectorTy
()) {
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
522
if (I->getType()->
isVectorTy
())
[
all
...]
InstructionCombining.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp
324
else if (!CI->getType()->
isVectorTy
())
[
all
...]
/external/llvm/include/llvm/IR/
Instructions.h
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
/external/llvm/lib/Target/Mips/
MipsFastISel.cpp
553
if (Ty->
isVectorTy
())
[
all
...]
MipsISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86FastISel.cpp
[
all
...]
/external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp
[
all
...]
Completed in 9075 milliseconds
1
2
3
4