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
95
) sorted by null
1
2
3
4
/external/llvm/include/llvm/CodeGen/
ValueTypes.h
115
///
isVector
- Return true if this is a vector value type.
116
bool
isVector
() const {
117
return isSimple() ? V.
isVector
() : isExtendedVector();
212
return
isVector
() ? getVectorElementType() : *this;
218
assert(
isVector
() && "Invalid vector type!");
227
assert(
isVector
() && "Invalid vector type!");
260
assert(isInteger() && !
isVector
() && "Invalid integer type!");
272
assert(isInteger() && !
isVector
() && "Invalid integer type!");
/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
88
if (LHSVT.
isVector
() != RHSVT.
isVector
())
89
return RHSVT.
isVector
();
/external/chromium_org/third_party/angle/src/compiler/translator/
util.cpp
41
else if (type.
isVector
())
93
else if (type.
isVector
())
111
else if (type.
isVector
())
129
else if (type.
isVector
())
IntermNode.cpp
456
if (mLeft->
isVector
())
471
if (mRight->
isVector
())
490
if (mLeft->
isVector
() && mRight->
isVector
())
494
else if (mLeft->
isVector
() || mRight->
isVector
())
517
if (mLeft->
isVector
())
528
if (mRight->
isVector
())
545
if (mLeft->
isVector
() && mRight->
isVector
())
[
all
...]
BuiltInFunctionEmulator.cpp
348
if (param.
isVector
())
380
if (param1.
isVector
())
ScalarizeVecAndMatConstructorArgs.cpp
34
if (node && node->
isVector
())
172
else if (node->
isVector
())
237
else if (original->
isVector
())
Intermediate.cpp
60
if (left->isMatrix() || left->isArray() || left->
isVector
() ||
70
left->isMatrix() || left->isArray() || left->
isVector
())
190
child->getType().
isVector
())
Types.h
360
bool
isVector
() const
559
bool
isVector
() const
583
return array || isMatrix() ||
isVector
();
Types.cpp
70
else if (
isVector
())
StructureHLSL.cpp
344
ASSERT(rows == 2 && cols == 2 && parameter.
isVector
() && parameter.getNominalSize() == 4);
373
else if (parameter.
isVector
())
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMTargetStreamer.cpp
54
bool
isVector
) {}
/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
187
bool
isVector
() const { return Kind == Vector; }
259
assert(
isVector
() && "Invalid accessor");
267
assert(
isVector
() && "Invalid accessor");
356
assert(
isVector
() && "Invalid accessor");
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp
325
assert(N->getValueType(0).
isVector
() ==
326
N->getOperand(0).getValueType().
isVector
() &&
329
if (N->getValueType(0).
isVector
()) return ScalarizeVecRes_VSETCC(N);
353
assert(N->getValueType(0).
isVector
() &&
354
N->getOperand(0).getValueType().
isVector
() &&
[
all
...]
LegalizeVectorOps.cpp
142
HasVectors |= J->
isVector
();
202
if (LD->getMemoryVT().
isVector
() && ExtType != ISD::NON_EXTLOAD) {
212
if (StVT.
isVector
() && ST->isTruncatingStore())
230
HasVectorValue |= J->
isVector
();
367
if (Op.getOperand(j).getValueType().
isVector
())
401
if (Op.getOperand(j).getValueType().
isVector
())
674
assert(VT.
isVector
() && !Mask.getValueType().
isVector
()
[
all
...]
/external/llvm/lib/Target/R600/
R600EmitClauseMarkers.cpp
58
if(TII->
isVector
(*MI) ||
76
if (TII->
isVector
(*MI) || TII->isCubeOp(MI->getOpcode()))
/external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp
96
const TargetRegisterClass *RC, bool
isVector
,
253
bool
isVector
, raw_ostream &O) {
261
RegToPrint,
isVector
? AArch64::vreg : AArch64::NoRegAltName);
/external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h
144
if (!VT.
isVector
())
Completed in 1887 milliseconds
1
2
3
4