OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:registerclass
(Results
101 - 119
of
119
) sorted by null
1
2
3
4
5
/external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.td
303
multiclass CVT_FROM_ALL<string FromName,
RegisterClass
RC> {
[
all
...]
/art/compiler/dex/quick/
gen_common.cc
655
RegisterClass
reg_class = oat_reg_class_by_size(size);
715
RegisterClass
reg_class = oat_reg_class_by_size(size);
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrShiftRotate.td
[
all
...]
X86InstrInfo.td
[
all
...]
/dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp
352
RegisterClass
regClass = dvmCompilerRegClassBySize(size);
378
RegisterClass
regClass = dvmCompilerRegClassBySize(size);
409
RegisterClass
regClass = dvmCompilerRegClassBySize(size);
478
RegisterClass
regClass = dvmCompilerRegClassBySize(size);
[
all
...]
/dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp
418
RegisterClass
regClass = dvmCompilerRegClassBySize(size);
444
RegisterClass
regClass = dvmCompilerRegClassBySize(size);
475
RegisterClass
regClass = dvmCompilerRegClassBySize(size);
539
RegisterClass
regClass = dvmCompilerRegClassBySize(size);
[
all
...]
/external/llvm/docs/
TableGenFundamentals.rst
47
either the domain they are targeting (such as "Register", "
RegisterClass
", and
CodeGenerator.rst
[
all
...]
/external/llvm/lib/Target/Mips/
MipsInstrFPU.td
201
class CEQS_FT<string typestr,
RegisterClass
RC, InstrItinClass Itin,
Mips16InstrInfo.td
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCInstrInfo.td
346
// directly on the
RegisterClass
, all instructions patterns used by the asm
347
// parser need to use a RegisterOperand (instead of a
RegisterClass
) for
349
// For this purpose, we define one RegisterOperand for each
RegisterClass
,
[
all
...]
PPCFrameLowering.cpp
[
all
...]
/external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp
625
/// Map of
RegisterClass
records to their class information.
[
all
...]
AsmWriterEmitter.cpp
839
if (Rec->isSubClassOf("
RegisterClass
")) {
[
all
...]
FixedLenDecoderEmitter.cpp
[
all
...]
/external/llvm/lib/Target/R600/
SIInstructions.td
[
all
...]
/external/llvm/include/llvm/Target/
TargetLowering.h
[
all
...]
/external/llvm/lib/Target/ARM/
ARMInstrThumb2.td
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
Completed in 840 milliseconds
1
2
3
4
5