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

  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.h 57 virtual const MSP430TargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.h 45 virtual const XCoreTargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/CellSPU/
SPUTargetMachine.h 61 virtual const SPUTargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.h 59 virtual const HexagonTargetLowering* getTargetLowering() const {
  /external/llvm/lib/Target/PTX/
PTXTargetMachine.h 53 virtual const PTXTargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.h 49 virtual const SparcTargetLowering* getTargetLowering() const {
  /external/llvm/include/llvm/CodeGen/
Passes.h 85 const TargetLowering *getTargetLowering() const {
86 return TM->getTargetLowering();
SelectionDAGISel.h 61 const TargetLowering &getTargetLowering() { return TLI; }
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.h 81 virtual const ARMTargetLowering *getTargetLowering() const {
125 virtual const ARMTargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/MBlaze/
MBlazeTargetMachine.h 68 virtual const MBlazeTargetLowering *getTargetLowering() const
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 62 virtual const MipsTargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.h 51 virtual const PPCTargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/X86/
X86TargetMachine.h 56 virtual const X86TargetLowering *getTargetLowering() const {
57 llvm_unreachable("getTargetLowering not implemented");
94 virtual const X86TargetLowering *getTargetLowering() const {
123 virtual const X86TargetLowering *getTargetLowering() const {
  /external/llvm/include/llvm/Target/
TargetMachine.h 106 virtual const TargetLowering *getTargetLowering() const { return 0; }

Completed in 390 milliseconds