OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNoopForMachoTarget
(Results
1 - 21
of
21
) sorted by null
/external/llvm/lib/Target/ARM/
ARMInstrInfo.h
28
///
getNoopForMachoTarget
- Return the noop instruction to use for a noop.
29
void
getNoopForMachoTarget
(MCInst &NopInst) const override;
Thumb1InstrInfo.h
28
///
getNoopForMachoTarget
- Return the noop instruction to use for a noop.
29
void
getNoopForMachoTarget
(MCInst &NopInst) const override;
Thumb2InstrInfo.h
29
///
getNoopForMachoTarget
- Return the noop instruction to use for a noop.
30
void
getNoopForMachoTarget
(MCInst &NopInst) const override;
ARMInstrInfo.cpp
35
///
getNoopForMachoTarget
- Return the noop instruction to use for a noop.
36
void ARMInstrInfo::
getNoopForMachoTarget
(MCInst &NopInst) const {
Thumb1InstrInfo.cpp
27
///
getNoopForMachoTarget
- Return the noop instruction to use for a noop.
28
void Thumb1InstrInfo::
getNoopForMachoTarget
(MCInst &NopInst) const {
Thumb2InstrInfo.cpp
35
///
getNoopForMachoTarget
- Return the noop instruction to use for a noop.
36
void Thumb2InstrInfo::
getNoopForMachoTarget
(MCInst &NopInst) const {
/external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h
160
void
getNoopForMachoTarget
(MCInst &NopInst) const override;
AArch64InstrInfo.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h
261
void
getNoopForMachoTarget
(MCInst &NopInst) const override;
PPCInstrInfo.cpp
439
///
getNoopForMachoTarget
- Return the noop instruction to use for a noop.
440
void PPCInstrInfo::
getNoopForMachoTarget
(MCInst &NopInst) const {
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.h
323
virtual void
getNoopForMachoTarget
(MCInst &NopInst) const;
X86InstrInfo.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetInstrInfo.h
524
///
getNoopForMachoTarget
- Return the noop instruction to use for a noop.
525
virtual void
getNoopForMachoTarget
(MCInst &NopInst) const {
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrInfo.h
424
void
getNoopForMachoTarget
(MCInst &NopInst) const override;
X86InstrInfo.cpp
[
all
...]
/external/llvm/include/llvm/Target/
TargetInstrInfo.h
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h
[
all
...]
/external/llvm/lib/CodeGen/
TargetInstrInfo.cpp
431
void TargetInstrInfo::
getNoopForMachoTarget
(MCInst &NopInst) const {
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
924
MF->getSubtarget().getInstrInfo()->
getNoopForMachoTarget
(Noop);
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
727
TM.getInstrInfo()->
getNoopForMachoTarget
(Noop);
[
all
...]
Completed in 1375 milliseconds