OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVector
(Results
26 - 50
of
84
) sorted by null
1
2
3
4
/external/chromium_org/third_party/angle/src/compiler/
Types.h
167
bool
isVector
() const { return size > 1 && !matrix; }
ParseContext.cpp
588
if (type->getBasicType() != EbtBool || type->isArray() || type->isMatrix() || type->
isVector
()) {
[
all
...]
OutputHLSL.cpp
[
all
...]
/external/llvm/lib/Target/R600/
R600InstrInfo.h
129
bool
isVector
(const MachineInstr &MI) const;
R600ExpandSpecialInstrs.cpp
213
bool
IsVector
= TII->
isVector
(MI);
215
if (!IsReduction && !
IsVector
&& !IsCube) {
R600Packetizer.cpp
158
if (TII->
isVector
(*MI))
R600ISelLowering.cpp
[
all
...]
SIISelLowering.cpp
164
if (Info->ShaderType != ShaderType::COMPUTE && Arg.VT.
isVector
()) {
242
if (Arg.VT.
isVector
()) {
328
if (!VT.
isVector
()) {
[
all
...]
R600MachineScheduler.cpp
277
if(TII->
isVector
(*MI) ||
AMDILISelLowering.cpp
338
EVT IVT = genIntType(32, DVT.
isVector
() ? DVT.getVectorNumElements() : 1);
399
if (!OVT.
isVector
()) {
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp
218
if (NOutVT.bitsEq(NInVT) && !NOutVT.
isVector
() && !NInVT.
isVector
())
230
if (!NOutVT.
isVector
())
255
if (NOutVT.bitsEq(NInVT) && !NOutVT.
isVector
())
521
assert(SVT.
isVector
() == N->getOperand(0).getValueType().
isVector
() &&
528
!LHS.getValueType().
isVector
())
531
!RHS.getValueType().
isVector
())
547
Amt = Amt.getValueType().
isVector
() ? ZExtPromotedInteger(Amt) : Amt;
571
Amt = Amt.getValueType().
isVector
() ? ZExtPromotedInteger(Amt) : Amt
[
all
...]
LegalizeTypesGeneric.cpp
95
if (InVT.
isVector
() && OutVT.isInteger()) {
312
if (N->getValueType(0).
isVector
()) {
491
if (Cond.getValueType().
isVector
()) {
LegalizeDAG.cpp
316
ST->getMemoryVT().
isVector
()) {
393
!ST->getMemoryVT().
isVector
() &&
436
if (VT.isFloatingPoint() || VT.
isVector
()) {
516
assert(LoadedVT.isInteger() && !LoadedVT.
isVector
() &&
[
all
...]
LegalizeTypes.cpp
[
all
...]
/external/llvm/include/llvm/MC/
MCStreamer.h
623
bool
isVector
);
/external/llvm/include/llvm/Target/
TargetLowering.h
327
assert(!VT.
isVector
());
607
if (VT.
isVector
()) {
635
if (VT.
isVector
()) {
[
all
...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp
84
bool
isVector
);
466
bool
IsVector
) {
473
assert(Reg < (
IsVector
? 32U : 16U) && "Register out of range");
485
SPOffset -= Count * (
IsVector
? 8 : 4);
489
if (
IsVector
)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600InstrInfo.cpp
43
bool R600InstrInfo::
isVector
(const MachineInstr &MI) const
AMDILISelLowering.cpp
433
EVT IVT = genIntType(32, DVT.
isVector
() ? DVT.getVectorNumElements() : 1);
497
if (!OVT.
isVector
()) {
/external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h
160
inline bool
isVector
() const { return rows()==1 || cols()==1; }
/external/llvm/lib/AsmParser/
LLParser.h
259
bool ParseArrayVectorType(Type *&Result, bool
isVector
);
/external/llvm/lib/IR/
ValueTypes.cpp
109
if (
isVector
())
/external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.cpp
43
bool R600InstrInfo::
isVector
(const MachineInstr &MI) const
AMDILISelLowering.cpp
433
EVT IVT = genIntType(32, DVT.
isVector
() ? DVT.getVectorNumElements() : 1);
497
if (!OVT.
isVector
()) {
/external/clang/utils/ABITest/
ABITestGen.py
308
if t.
isVector
:
338
if t.
isVector
:
Completed in 2387 milliseconds
1
2
3
4