OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVectorTy
(Results
1 - 25
of
31
) sorted by null
1
2
/external/llvm/lib/VMCore/
Verifier.cpp
848
Assert1(SrcTy->
isVectorTy
() == DestTy->
isVectorTy
(),
863
Assert1(SrcTy->
isVectorTy
() == DestTy->
isVectorTy
(),
[
all
...]
Instructions.cpp
[
all
...]
ValueTypes.cpp
49
return LLVMTy->
isVectorTy
();
Constants.cpp
264
assert(getType()->
isVectorTy
() && "Not a vector constant!");
[
all
...]
ConstantFold.cpp
553
if (DestTy->
isVectorTy
() &&
[
all
...]
/external/llvm/include/llvm/
Type.h
187
///
isVectorTy
- True if this is an instance of VectorType.
189
bool
isVectorTy
() const { return ID == VectorTyID; }
/external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp
68
if (S->getType()->
isVectorTy
()) return false;
ScalarReplAggregates.cpp
717
(Ty1->
isVectorTy
() &&
720
(Ty2->
isVectorTy
() &&
803
assert(!(ToType->
isVectorTy
() && Offset != 0) && "Can't extract a value "
[
all
...]
LoopUnswitch.cpp
181
if (Cond->getType()->
isVectorTy
())
[
all
...]
Reassociate.cpp
[
all
...]
JumpThreading.cpp
244
else if (!CI->getType()->
isVectorTy
())
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
275
if (opc == Instruction::SExt && isa<CmpInst>(V) && Ty->
isVectorTy
())
444
if ((DestTy->
isVectorTy
() || ShouldChangeType(SrcTy, DestTy)) &&
768
if ((DestTy->
isVectorTy
() || ShouldChangeType(SrcTy, DestTy)) &&
[
all
...]
InstCombineLoadStoreAlloca.cpp
106
DestPTy->
isVectorTy
()) {
123
SrcPTy->
isVectorTy
()) &&
InstCombineVectorOps.cpp
79
assert(V->getType()->
isVectorTy
() && "Not looking at a vector?");
330
assert(V->getType()->
isVectorTy
() &&
InstCombineMulDivRem.cpp
235
if (!I.getType()->
isVectorTy
()) {
266
} else if (Op1C->getType()->
isVectorTy
()) {
InstCombineSimplifyDemanded.cpp
416
} else if (I->getOperand(0)->getType()->
isVectorTy
())
[
all
...]
InstCombineAndOrXor.cpp
574
if (LHS->getOperand(0)->getType()->
isVectorTy
()) return 0;
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp
264
if (!Ty->isIntegerTy() || Ty->
isVectorTy
())
/external/llvm/lib/Target/CBackend/
CBackend.cpp
423
assert((Ty->isPrimitiveType() || Ty->isIntegerTy() || Ty->
isVectorTy
()) &&
477
if (Ty->isPrimitiveType() || Ty->isIntegerTy() || Ty->
isVectorTy
()) {
540
PTy->getElementType()->
isVectorTy
())
921
if (!CPV->getType()->
isVectorTy
()) {
[
all
...]
/external/llvm/lib/Analysis/
InlineCost.cpp
100
if (isa<ExtractElementInst>(II) || II->getType()->
isVectorTy
())
ConstantFolding.cpp
371
else if (LoadTy->
isVectorTy
()) {
[
all
...]
ValueTracking.cpp
298
!I->getType()->
isVectorTy
()) {
[
all
...]
/external/mesa3d/src/glsl/
ir_to_llvm.cpp
424
if(type->
isVectorTy
())
[
all
...]
/external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGStmt.cpp
[
all
...]
Completed in 222 milliseconds
1
2