OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subregs
(Results
26 - 42
of
42
) sorted by null
1
2
/external/kernel-headers/original/asm-x86/
voyager.h
451
struct voyager_psi_subregs
subregs
;
member in struct:voyager_psi
/external/llvm/
CREDITS.TXT
206
D: vreg subreg infrastructure, X86 codegen improvements based on
subregs
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
cfgloop.h
307
due to need to handle
subregs
and extends. The value of the object described
/external/llvm/include/llvm/Target/
TargetRegisterInfo.h
433
/// The ARM register Q0 has two D
subregs
dsub_0:D0 and dsub_1:D1. It also has
434
/// ssub_0:S0 - ssub_3:S3
subregs
.
/external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp
210
/// loads of D registers and even
subregs
and odd
subregs
of Q registers.
218
/// stores of D registers and even
subregs
and odd
subregs
of Q registers.
[
all
...]
ARMAsmPrinter.cpp
324
assert(!MO.getSubReg() && "
Subregs
should be eliminated!");
[
all
...]
ARMInstrNEON.td
[
all
...]
ARMISelLowering.cpp
458
// v2f64 is legal so that QR
subregs
can be extracted as f64 elements, but
[
all
...]
/external/llvm/lib/CodeGen/
BranchFolding.cpp
135
for (const unsigned *
SubRegs
= TRI->getSubRegisters(Reg);
136
unsigned SubReg = *
SubRegs
; ++
SubRegs
)
[
all
...]
TwoAddressInstructionPass.cpp
[
all
...]
VirtRegRewriter.cpp
811
for (const unsigned *
SubRegs
= TRI->getSubRegisters(*I);
812
*
SubRegs
; ++
SubRegs
)
813
ClobberPhysReg(*
SubRegs
);
[
all
...]
CriticalAntiDepBreaker.cpp
271
// Repeat, for all
subregs
.
RegAllocFast.cpp
625
//
subregs
. This may invalidate any operand pointers.
[
all
...]
InlineSpiller.cpp
[
all
...]
RegisterCoalescer.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86RegisterInfo.td
166
// The sub_ss and sub_sd
subregs
are the same registers with another regclass.
X86InstrCompiler.td
[
all
...]
Completed in 713 milliseconds
1
2