OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OpReg
(Results
1 - 9
of
9
) sorted by null
/art/compiler/dex/quick/mips/
utility_mips.cc
115
LIR* MipsMir2Lir::
OpReg
(OpKind op, int r_dest_src) {
125
LOG(FATAL) << "Bad case in
OpReg
";
/art/compiler/dex/quick/x86/
utility_x86.cc
115
LIR* X86Mir2Lir::
OpReg
(OpKind op, int r_dest_src) {
122
LOG(FATAL) << "Bad case in
OpReg
" << op;
160
return
OpReg
(kOpNot, r_dest_src1);
163
return
OpReg
(kOpNeg, r_dest_src1);
244
OpReg
(kOpNeg, r_dest);
/art/compiler/dex/quick/arm/
utility_arm.cc
220
LIR* ArmMir2Lir::
OpReg
(OpKind op, int r_dest_src) {
[
all
...]
/external/llvm/lib/Target/ARM/
A15SDOptimizer.cpp
310
unsigned
OpReg
= MI->getOperand(I).getReg();
312
if (!TRI->isVirtualRegister(
OpReg
))
315
MachineInstr *Def = MRI->getVRegDef(
OpReg
);
ARMFastISel.cpp
[
all
...]
/external/llvm/lib/CodeGen/
MachineInstr.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp
896
unsigned
OpReg
= getRegForValue(BinaryOperator::getFNegArgument(I));
897
if (
OpReg
== 0) return false;
[
all
...]
/external/llvm/lib/Target/X86/
X86FastISel.cpp
[
all
...]
/external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp
[
all
...]
Completed in 689 milliseconds