OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RCA
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp
201
getCommonSuperRegClass(const TargetRegisterClass *
RCA
, unsigned SubA,
204
assert(
RCA
&& SubA && RCB && SubB && "Invalid arguments");
206
// Search all pairs of sub-register indices that project into
RCA
and RCB
215
// Arrange for
RCA
to be the larger register so the answer will be found in
221
if (
RCA
->getSize() < RCB->getSize()) {
222
std::swap(
RCA
, RCB);
228
//
RCA
.
229
unsigned MinSize =
RCA
->getSize();
231
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/clang/lib/Sema/
SemaDeclAttr.cpp
[
all
...]
/external/chromium_org/third_party/usb_ids/
usb.ids
[
all
...]
Completed in 587 milliseconds