OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OVT
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp
319
EVT
OVT
= Op.getValueType();
321
if (
OVT
.getScalarType() == MVT::i64) {
323
} else if (
OVT
.getScalarType() == MVT::i32) {
325
} else if (
OVT
.getScalarType() == MVT::i16
326
||
OVT
.getScalarType() == MVT::i8) {
337
EVT
OVT
= Op.getValueType();
339
if (
OVT
.getScalarType() == MVT::i64) {
341
} else if (
OVT
.getScalarType() == MVT::i32) {
343
} else if (
OVT
.getScalarType() == MVT::i16) {
345
} else if (
OVT
.getScalarType() == MVT::i8)
[
all
...]
/external/llvm/lib/Target/R600/
AMDILISelLowering.cpp
292
EVT
OVT
= Op.getValueType();
294
if (
OVT
.getScalarType() == MVT::i64) {
296
} else if (
OVT
.getScalarType() == MVT::i32) {
298
} else if (
OVT
.getScalarType() == MVT::i16
299
||
OVT
.getScalarType() == MVT::i8) {
309
EVT
OVT
= Op.getValueType();
311
if (
OVT
.getScalarType() == MVT::i64) {
313
} else if (
OVT
.getScalarType() == MVT::i32) {
315
} else if (
OVT
.getScalarType() == MVT::i16) {
317
} else if (
OVT
.getScalarType() == MVT::i8)
[
all
...]
/external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp
319
EVT
OVT
= Op.getValueType();
321
if (
OVT
.getScalarType() == MVT::i64) {
323
} else if (
OVT
.getScalarType() == MVT::i32) {
325
} else if (
OVT
.getScalarType() == MVT::i16
326
||
OVT
.getScalarType() == MVT::i8) {
337
EVT
OVT
= Op.getValueType();
339
if (
OVT
.getScalarType() == MVT::i64) {
341
} else if (
OVT
.getScalarType() == MVT::i32) {
343
} else if (
OVT
.getScalarType() == MVT::i16) {
345
} else if (
OVT
.getScalarType() == MVT::i8)
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp
286
EVT
OVT
= N->getValueType(0);
287
EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(),
OVT
);
318
EVT
OVT
= N->getOperand(0).getValueType();
320
TLI.getTypeToTransformTo(*DAG.getContext(),
OVT
),
LegalizeDAG.cpp
[
all
...]
LegalizeIntegerTypes.cpp
265
EVT
OVT
= N->getValueType(0);
269
unsigned DiffBits = NVT.getSizeInBits() -
OVT
.getSizeInBits();
313
EVT
OVT
= N->getValueType(0);
319
OVT
.getSizeInBits(), NVT));
330
EVT
OVT
= N->getValueType(0);
338
TopBit.setBit(
OVT
.getSizeInBits());
454
EVT
OVT
= N->getOperand(0).getValueType();
465
DAG.getValueType(
OVT
));
630
EVT
OVT
= N->getOperand(0).getValueType();
640
SDValue Ofl = DAG.getZeroExtendInReg(Res, dl,
OVT
);
[
all
...]
Completed in 2589 milliseconds