HomeSort by relevance Sort by last modified time
    Searched defs:ARMInstrInfo (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMInstrInfo.cpp 1 //===- ARMInstrInfo.cpp - ARM Instruction Information -----------*- C++ -*-===//
14 #include "ARMInstrInfo.h"
26 ARMInstrInfo::ARMInstrInfo(const ARMSubtarget &STI)
30 unsigned ARMInstrInfo::getUnindexedOpcode(unsigned Opc) const {
ARMInstrInfo.h 1 //===- ARMInstrInfo.h - ARM Instruction Information -------------*- C++ -*-===//
26 class ARMInstrInfo : public ARMBaseInstrInfo {
29 explicit ARMInstrInfo(const ARMSubtarget &STI);
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.h 1 //===-- ARMInstrInfo.h - ARM Instruction Information ------------*- C++ -*-===//
23 class ARMInstrInfo : public ARMBaseInstrInfo {
26 explicit ARMInstrInfo(const ARMSubtarget &STI);
ARMInstrInfo.cpp 1 //===-- ARMInstrInfo.cpp - ARM Instruction Information --------------------===//
14 #include "ARMInstrInfo.h"
32 ARMInstrInfo::ARMInstrInfo(const ARMSubtarget &STI)
36 void ARMInstrInfo::getNoopForMachoTarget(MCInst &NopInst) const {
52 unsigned ARMInstrInfo::getUnindexedOpcode(unsigned Opc) const {
93 void ARMInstrInfo::expandLoadStackGuard(MachineBasicBlock::iterator MI) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMInstrInfo.h 1 //===-- ARMInstrInfo.h - ARM Instruction Information ------------*- C++ -*-===//
23 class ARMInstrInfo : public ARMBaseInstrInfo {
26 explicit ARMInstrInfo(const ARMSubtarget &STI);
ARMInstrInfo.cpp 1 //===-- ARMInstrInfo.cpp - ARM Instruction Information --------------------===//
14 #include "ARMInstrInfo.h"
32 ARMInstrInfo::ARMInstrInfo(const ARMSubtarget &STI)
36 void ARMInstrInfo::getNoop(MCInst &NopInst) const {
52 unsigned ARMInstrInfo::getUnindexedOpcode(unsigned Opc) const {
93 void ARMInstrInfo::expandLoadStackGuard(MachineBasicBlock::iterator MI) const {
140 ARMInstrInfo::decomposeMachineOperandsTargetFlags(unsigned TF) const {
146 ARMInstrInfo::getSerializableDirectMachineOperandTargetFlags() const {
155 ARMInstrInfo::getSerializableBitmaskMachineOperandTargetFlags() const
    [all...]

Completed in 57 milliseconds