OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RetVT
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
69
/// result of type
RetVT
.
71
RTLIB::Libcall LC, EVT
RetVT
,
87
Type *RetTy =
RetVT
.getTypeForEVT(*DAG.getContext());
184
EVT
RetVT
= getCmpLibcallReturnType();
186
NewLHS = makeLibCall(DAG, LC1,
RetVT
, Ops, 2, false/*sign irrelevant*/, dl);
187
NewRHS = DAG.getConstant(0,
RetVT
);
191
getSetCCResultType(*DAG.getContext(),
RetVT
),
193
NewLHS = makeLibCall(DAG, LC2,
RetVT
, Ops, 2, false/*sign irrelevant*/, dl);
195
getSetCCResultType(*DAG.getContext(),
RetVT
), NewLHS,
[
all
...]
LegalizeVectorTypes.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
139
unsigned FastEmitInst_extractsubreg(MVT
RetVT
,
216
bool FinishCall(MVT
RetVT
, SmallVectorImpl<unsigned> &UsedRegs,
477
unsigned ARMFastISel::FastEmitInst_extractsubreg(MVT
RetVT
,
480
unsigned ResultReg = createResultReg(TLI.getRegClassFor(
RetVT
));
[
all
...]
Completed in 2290 milliseconds