OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:intvt
(Results
1 - 7
of
7
) 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
...]
LegalizeDAG.cpp
399
EVT
intVT
= EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits());
400
if (TLI.isTypeLegal(
intVT
)) {
404
SDValue Result = DAG.getNode(ISD::BITCAST, dl,
intVT
, Val);
509
EVT
intVT
= EVT::getIntegerVT(*DAG.getContext(), LoadedVT.getSizeInBits());
510
if (TLI.isTypeLegal(
intVT
)) {
513
SDValue newLoad = DAG.getLoad(
intVT
, dl, Chain, Ptr, LD->getPointerInfo(),
526
EVT RegVT = TLI.getRegisterType(*DAG.getContext(),
intVT
);
[
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 460 milliseconds