OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RCA
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp
193
getCommonSuperRegClass(const TargetRegisterClass *
RCA
, unsigned SubA,
196
assert(
RCA
&& SubA && RCB && SubB && "Invalid arguments");
198
// Search all pairs of sub-register indices that project into
RCA
and RCB
207
// Arrange for
RCA
to be the larger register so the answer will be found in
213
if (
RCA
->getSize() < RCB->getSize()) {
214
std::swap(
RCA
, RCB);
220
//
RCA
.
221
unsigned MinSize =
RCA
->getSize();
223
for (SuperRegClassIterator IA(
RCA
, this, true); IA.isValid(); ++IA) {
/external/llvm/include/llvm/Target/
TargetRegisterInfo.h
523
/// 2. For all Reg in SuperRC: Reg:PreA in
RCA
and Reg:PreB in RCB, and
525
/// 3. SuperRC->getSize() >= max(
RCA
->getSize(), RCB->getSize()).
540
getCommonSuperRegClass(const TargetRegisterClass *
RCA
, unsigned SubA,
[
all
...]
/external/chromium_org/third_party/usb_ids/
usb.ids
[
all
...]
Completed in 152 milliseconds