OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:regclass
(Results
51 - 75
of
167
) sorted by null
1
2
3
4
5
6
7
/external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp
472
llvm_unreachable("Unknown
regclass
!");
599
llvm_unreachable("Unknown
regclass
!");
/external/llvm/utils/TableGen/
FastISelEmitter.cpp
252
OpLeafRec = OpLeafRec->getValueAsDef("
RegClass
");
460
Op0Rec = Op0Rec->getValueAsDef("
RegClass
");
CodeGenInstruction.cpp
436
InstOpRec = InstOpRec->getValueAsDef("
RegClass
");
CodeGenRegisters.cpp
292
// Verify that all altorder members are
regclass
members.
DAGISelMatcherGen.cpp
601
Def = Def->getValueAsDef("
RegClass
");
[
all
...]
FixedLenDecoderEmitter.cpp
[
all
...]
/external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp
625
DEBUG(dbgs() << "\tEmpty Super
Regclass
!!\n");
735
// For each
regclass
the next register to use for renaming.
[
all
...]
ExecutionDepsFix.cpp
457
assert(NumRegs == RC->getNumRegs() && "Bad
regclass
");
InlineSpiller.cpp
[
all
...]
MachineInstr.cpp
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h
251
unsigned createVirtualRegister(const TargetRegisterClass *
RegClass
);
/external/llvm/lib/Target/X86/
X86FastISel.cpp
178
// Get opcode and
regclass
of the output for the given load instruction.
236
// Get opcode and
regclass
of the output for the given store instruction.
[
all
...]
X86RegisterInfo.td
166
// The sub_ss and sub_sd subregs are the same registers with another
regclass
.
X86InstrInfo.cpp
[
all
...]
/external/llvm/include/llvm/Target/
TargetRegisterInfo.h
209
bool inAllocatableClass; // Register belongs to an allocatable
regclass
.
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp
287
unsigned &
RegClass
, unsigned &Cost) {
299
RegClass
= RC->getID();
307
RegClass
= RC->getID();
312
RegClass
= TLI->getRepRegClassFor(VT)->getID();
[
all
...]
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
802.11.h
417
uint8
regclass
;
member in struct:dot11_obss_chanlist
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h
417
uint8
regclass
;
member in struct:dot11_obss_chanlist
[
all
...]
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so
/external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp
41
assert(RC->contains(PReg) && "Not the correct
regclass
!");
[
all
...]
/external/valgrind/main/VEX/priv/
host_amd64_defs.c
100
vpanic("ppHRegAMD64_lo32: invalid
regclass
");
[
all
...]
host_generic_reg_alloc2.c
561
/* Take the opportunity to note its
regclass
. We'll need
[
all
...]
host_ppc_defs.c
[
all
...]
host_x86_defs.c
[
all
...]
Completed in 946 milliseconds
1
2
3
4
5
6
7