OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVector
(Results
1 - 25
of
84
) sorted by null
1
2
3
4
/external/chromium_org/third_party/angle/src/compiler/
BuiltInFunctionEmulator.cpp
348
if (param.
isVector
())
359
if (param1.
isVector
() != param2.
isVector
() ||
380
if (param1.
isVector
())
Intermediate.cpp
161
if (left->isMatrix() || left->isArray() || left->
isVector
() || left->getBasicType() == EbtStruct) {
168
if (left->getBasicType() != EbtBool || left->isMatrix() || left->isArray() || left->
isVector
()) {
290
if (child->getType().getBasicType() != EbtBool || child->getType().isMatrix() || child->getType().isArray() || child->getType().
isVector
()) {
988
if (left->
isVector
())
995
if (right->
isVector
()) {
1004
if (left->
isVector
() && right->
isVector
()) {
1006
} else if (left->
isVector
() || right->
isVector
()) {
1017
if (left->
isVector
())
[
all
...]
VariableInfo.cpp
30
} else if (type.
isVector
()) {
43
} else if (type.
isVector
()) {
56
} else if (type.
isVector
()) {
intermediate.h
268
bool
isVector
() const { return type.
isVector
(); }
SymbolTable.cpp
37
else if (
isVector
())
/external/chromium_org/third_party/angle/src/third_party/compiler/
ArrayBoundsClamper.cpp
55
if (left->isArray() || left->
isVector
() || left->isMatrix())
/external/llvm/utils/TableGen/
DAGISelEmitter.cpp
87
if (MVT(V1).
isVector
() != MVT(V2).
isVector
())
88
return MVT(V2).
isVector
();
DAGISelMatcher.cpp
353
return !MVT(T2).isInteger() || MVT(T2).
isVector
();
356
return !MVT(T1).isInteger() || MVT(T1).
isVector
();
/external/llvm/include/llvm/CodeGen/
ValueTypes.h
184
///
isVector
- Return true if this is a vector value type.
185
bool
isVector
() const {
255
return
isVector
() ? getVectorElementType() : *this;
635
///
isVector
- Return true if this is a vector value type.
636
bool
isVector
() const {
637
return isSimple() ? V.
isVector
() : isExtendedVector();
732
return
isVector
() ? getVectorElementType() : *this;
738
assert(
isVector
() && "Invalid vector type!");
747
assert(
isVector
() && "Invalid vector type!");
776
assert(isInteger() && !
isVector
() && "Invalid integer type!")
[
all
...]
SelectionDAG.h
609
assert(LHS.getValueType().
isVector
() == RHS.getValueType().
isVector
() &&
611
assert(LHS.getValueType().
isVector
() == VT.
isVector
() &&
624
assert(VT.
isVector
() == LHS.getValueType().
isVector
() &&
626
return getNode(Cond.getValueType().
isVector
() ? ISD::VSELECT : ISD::SELECT, DL, VT,
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp
471
bool
isVector
= aType->isVectorTy();
478
if (
isVector
) {
488
if (
isVector
) {
659
if (
isVector
) { name += "_v" + itostr(numEle) + "u32"; } else { name += "_u32"; }
711
bool
isVector
= aType->isVectorTy();
714
if (
isVector
) {
723
if (
isVector
) {
751
if (
isVector
) {
819
if (
isVector
) {
[
all
...]
R600ExpandSpecialInstrs.cpp
64
bool
IsVector
= TII->
isVector
(MI);
66
if (!IsReduction && !
IsVector
&& !IsCube) {
R600InstrInfo.h
53
///
isVector
- Vector instructions are instructions that must fill all
55
bool
isVector
(const MachineInstr &MI) const;
/external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp
471
bool
isVector
= aType->isVectorTy();
478
if (
isVector
) {
488
if (
isVector
) {
659
if (
isVector
) { name += "_v" + itostr(numEle) + "u32"; } else { name += "_u32"; }
711
bool
isVector
= aType->isVectorTy();
714
if (
isVector
) {
723
if (
isVector
) {
751
if (
isVector
) {
819
if (
isVector
) {
[
all
...]
R600ExpandSpecialInstrs.cpp
64
bool
IsVector
= TII->
isVector
(MI);
66
if (!IsReduction && !
IsVector
&& !IsCube) {
R600InstrInfo.h
53
///
isVector
- Vector instructions are instructions that must fill all
55
bool
isVector
(const MachineInstr &MI) const;
/external/clang/utils/ABITest/
TypeGen.py
113
def __init__(self, index,
isVector
, elementType, size):
114
if
isVector
:
120
self.
isVector
=
isVector
123
if
isVector
:
131
if self.
isVector
:
140
if self.
isVector
:
/external/clang/include/clang/AST/
APValue.h
188
bool
isVector
() const { return Kind == Vector; }
260
assert(
isVector
() && "Invalid accessor");
268
assert(
isVector
() && "Invalid accessor");
357
assert(
isVector
() && "Invalid accessor");
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp
96
HasVectors |= J->
isVector
();
157
if (LD->getMemoryVT().
isVector
() && ExtType != ISD::NON_EXTLOAD) {
167
if (StVT.
isVector
() && ST->isTruncatingStore())
185
HasVectorValue |= J->
isVector
();
327
if (Op.getOperand(j).getValueType().
isVector
())
366
if (Op.getOperand(j).getValueType().
isVector
())
583
assert(VT.
isVector
() && !Mask.getValueType().
isVector
()
601
assert(MaskTy.
isVector
() && "Invalid CC type");
LegalizeVectorTypes.cpp
299
assert(N->getValueType(0).
isVector
() ==
300
N->getOperand(0).getValueType().
isVector
() &&
303
if (N->getValueType(0).
isVector
()) return ScalarizeVecRes_VSETCC(N);
327
assert(N->getValueType(0).
isVector
() &&
328
N->getOperand(0).getValueType().
isVector
() &&
844
assert(N->getValueType(0).
isVector
() &&
845
N->getOperand(0).getValueType().
isVector
() &&
[
all
...]
SelectionDAG.cpp
791
assert(!VT.
isVector
() && (VT.isInteger() || VT.isFloatingPoint()) &&
804
assert(N->getValueType(0).
isVector
() && "Wrong return type!");
[
all
...]
DAGCombiner.cpp
330
if (LHSTy.
isVector
())
814
if (VT.
isVector
() || !VT.isInteger())
[
all
...]
/external/llvm/lib/Target/R600/
R600EmitClauseMarkers.cpp
50
if(TII->
isVector
(*MI) ||
68
if (TII->
isVector
(*MI) || TII->isCubeOp(MI->getOpcode()))
/external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h
106
if (VT.
isVector
())
NVPTXISelLowering.cpp
87
if (VT.
isVector
())
385
if (vtparts[i].
isVector
()) {
557
if (vtparts[j].
isVector
()) {
788
if (vtparts[j].
isVector
()) {
[
all
...]
Completed in 590 milliseconds
1
2
3
4