HomeSort by relevance Sort by last modified time
    Searched refs:getTargetLowering (Results 1 - 25 of 238) sorted by null

1 2 3 4 5 6 7 8 910

  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 38 TLI(ST->getTargetLowering()) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 35 TLI(ST->getTargetLowering()) {}
  /external/llvm/lib/Target/BPF/
BPFSubtarget.h 52 const BPFTargetLowering *getTargetLowering() const override {
  /external/llvm/lib/Target/XCore/
XCoreSubtarget.h 54 const XCoreTargetLowering *getTargetLowering() const override {
XCoreTargetTransformInfo.h 42 TLI(ST->getTargetLowering()) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCSubtarget.h 53 const ARCTargetLowering *getTargetLowering() const override {
ARCTargetTransformInfo.h 43 TLI(ST->getTargetLowering()) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreSubtarget.h 54 const XCoreTargetLowering *getTargetLowering() const override {
XCoreTargetTransformInfo.h 42 TLI(ST->getTargetLowering()) {}
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86TargetMachine.h 55 virtual const X86TargetLowering *getTargetLowering() const {
56 llvm_unreachable("getTargetLowering not implemented");
90 virtual const X86TargetLowering *getTargetLowering() const {
117 virtual const X86TargetLowering *getTargetLowering() const {
  /external/llvm/lib/Target/Lanai/
LanaiSubtarget.h 60 const LanaiTargetLowering *getTargetLowering() const override {
  /external/llvm/lib/Target/MSP430/
MSP430Subtarget.h 60 const MSP430TargetLowering *getTargetLowering() const override {
  /external/llvm/lib/Target/WebAssembly/
WebAssemblySubtarget.h 61 const WebAssemblyTargetLowering *getTargetLowering() const override {
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaTargetMachine.h 51 virtual const AlphaTargetLowering* getTargetLowering() const {
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinTargetMachine.h 52 virtual const BlackfinTargetLowering* getTargetLowering() const {
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUTargetMachine.h 63 virtual const SPUTargetLowering *getTargetLowering() const {
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430TargetMachine.h 56 virtual const MSP430TargetLowering *getTargetLowering() const {
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZTargetMachine.h 55 virtual const SystemZTargetLowering *getTargetLowering() const {
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreTargetMachine.h 44 virtual const XCoreTargetLowering *getTargetLowering() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFSubtarget.h 76 const BPFTargetLowering *getTargetLowering() const override {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiSubtarget.h 60 const LanaiTargetLowering *getTargetLowering() const override {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430Subtarget.h 71 const MSP430TargetLowering *getTargetLowering() const override {
  /external/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 121 const AMDGPUTargetLowering *getTargetLowering() const override;
312 const R600TargetLowering *getTargetLowering() const override {
359 const SITargetLowering *getTargetLowering() const override {
446 inline const AMDGPUTargetLowering *AMDGPUSubtarget::getTargetLowering() const {
448 return static_cast<const SISubtarget *>(this)->getTargetLowering();
450 return static_cast<const R600Subtarget *>(this)->getTargetLowering();
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXTargetMachine.cpp 217 PM.add(createLoopStrengthReducePass(getTargetLowering()));
226 PM.add(createLowerInvokePass(getTargetLowering()));
231 PM.add(createCodeGenPreparePass(getTargetLowering()));
233 PM.add(createStackProtectorPass(getTargetLowering()));
252 &getTargetLowering()->getObjFileLowering());
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMTargetMachine.h 80 virtual const ARMTargetLowering *getTargetLowering() const {
121 virtual const ARMTargetLowering *getTargetLowering() const {

Completed in 742 milliseconds

1 2 3 4 5 6 7 8 910