OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bpfsubtarget
(Results
1 - 11
of
11
) sorted by null
/external/llvm/lib/Target/BPF/
BPFSubtarget.cpp
1
//===--
BPFSubtarget
.cpp - BPF Subtarget Information ----------------------===//
14
#include "
BPFSubtarget
.h"
26
void
BPFSubtarget
::anchor() {}
28
BPFSubtarget
::
BPFSubtarget
(const Triple &TT, const std::string &CPU,
BPFTargetMachine.h
17
#include "
BPFSubtarget
.h"
23
BPFSubtarget
Subtarget;
31
const
BPFSubtarget
*getSubtargetImpl() const { return &Subtarget; }
32
const
BPFSubtarget
*getSubtargetImpl(const Function &) const override {
BPFSubtarget.h
1
//===--
BPFSubtarget
.h - Define Subtarget for the BPF -----------*- C++ -*-===//
31
class
BPFSubtarget
: public BPFGenSubtargetInfo {
41
BPFSubtarget
(const Triple &TT, const std::string &CPU, const std::string &FS,
CMakeLists.txt
21
BPFSubtarget
.cpp
BPFFrameLowering.h
20
class
BPFSubtarget
;
24
explicit BPFFrameLowering(const
BPFSubtarget
&sti)
BPFISelLowering.h
23
class
BPFSubtarget
;
37
explicit BPFTargetLowering(const TargetMachine &TM, const
BPFSubtarget
&STI);
BPFFrameLowering.cpp
16
#include "
BPFSubtarget
.h"
BPFRegisterInfo.cpp
16
#include "
BPFSubtarget
.h"
BPFISelDAGToDAG.cpp
17
#include "
BPFSubtarget
.h"
BPFInstrInfo.cpp
16
#include "
BPFSubtarget
.h"
BPFISelLowering.cpp
17
#include "
BPFSubtarget
.h"
55
const
BPFSubtarget
&STI)
Completed in 268 milliseconds