OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntVT
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp
271
EVT
IntVT
= ValueVTs[0];
273
if (TLI.getNumRegisters(PN->getContext(),
IntVT
) != 1)
275
IntVT
= TLI.getTypeToTransformTo(PN->getContext(),
IntVT
);
276
unsigned BitWidth =
IntVT
.getSizeInBits();
FastISel.cpp
178
EVT
IntVT
= TLI.getPointerTy();
181
uint32_t IntBitWidth =
IntVT
.getSizeInBits();
191
Reg = FastEmit_r(
IntVT
.getSimpleVT(), VT, ISD::SINT_TO_FP,
801
EVT
IntVT
= EVT::getIntegerVT(I->getContext(), VT.getSizeInBits());
802
if (!TLI.isTypeLegal(
IntVT
))
805
unsigned IntReg = FastEmit_r(VT.getSimpleVT(),
IntVT
.getSimpleVT(),
810
unsigned IntResultReg = FastEmit_ri_(
IntVT
.getSimpleVT(), ISD::XOR,
813
IntVT
.getSimpleVT());
817
ResultReg = FastEmit_r(
IntVT
.getSimpleVT(), VT.getSimpleVT(),
[
all
...]
DAGCombiner.cpp
[
all
...]
SelectionDAGBuilder.cpp
172
EVT
IntVT
= EVT::getIntegerVT(*DAG.getContext(), ValueVT.getSizeInBits());
173
Val = getCopyFromParts(DAG, DL, Parts, NumParts, PartVT,
IntVT
);
[
all
...]
/external/llvm/include/llvm/CodeGen/
ValueTypes.h
613
for (unsigned
IntVT
= MVT::FIRST_INTEGER_VALUETYPE;
614
IntVT
<= MVT::LAST_INTEGER_VALUETYPE; ++
IntVT
) {
615
EVT HalfVT = EVT((MVT::SimpleValueType)
IntVT
);
/external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp
[
all
...]
Completed in 191 milliseconds