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

  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.h 49 const AArch64TargetLowering *getTargetLowering() const {
  /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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUTargetMachine.h 58 virtual AMDGPUTargetLowering * getTargetLowering() const {
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.h 59 virtual const HexagonTargetLowering* getTargetLowering() const {
  /external/llvm/lib/Target/R600/
AMDGPUTargetMachine.h 56 virtual AMDGPUTargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.h 49 virtual const SparcTargetLowering* getTargetLowering() const {
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUTargetMachine.h 58 virtual AMDGPUTargetLowering * getTargetLowering() const {
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.h 49 virtual const ARMTargetLowering *getTargetLowering() const {
51 llvm_unreachable("getTargetLowering not implemented");
86 virtual const ARMTargetLowering *getTargetLowering() const {
125 virtual const ARMTargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.h 65 virtual NVPTXTargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.h 51 virtual const PPCTargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/X86/
X86TargetMachine.h 54 virtual const X86TargetLowering *getTargetLowering() const {
55 llvm_unreachable("getTargetLowering not implemented");
92 virtual const X86TargetLowering *getTargetLowering() const {
121 virtual const X86TargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 81 virtual const MipsTargetLowering *getTargetLowering() const {
  /external/llvm/include/llvm/CodeGen/
Passes.h 133 const TargetLowering *getTargetLowering() const {
134 return TM->getTargetLowering();
SelectionDAGISel.h 61 const TargetLowering *getTargetLowering() const {
62 return TM.getTargetLowering();
  /external/llvm/include/llvm/Target/
TargetMachine.h 115 virtual const TargetLowering *getTargetLowering() const { return 0; }

Completed in 547 milliseconds