OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExtAddrMode
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
AddrModeMatcher.h
34
///
ExtAddrMode
- This is an extended version of TargetLowering::AddrMode
36
struct
ExtAddrMode
: public TargetLowering::AddrMode {
39
ExtAddrMode
() : BaseReg(0), ScaledReg(0) {}
43
bool operator==(const
ExtAddrMode
& O) const {
50
static inline raw_ostream &operator<<(raw_ostream &OS, const
ExtAddrMode
&AM) {
66
ExtAddrMode
&AddrMode;
75
Instruction *MI,
ExtAddrMode
&AM)
84
static
ExtAddrMode
Match(Value *V, Type *AccessTy,
88
ExtAddrMode
Result;
101
ExtAddrMode
&AMBefore
[
all
...]
/external/llvm/lib/CodeGen/
CodeGenPrepare.cpp
[
all
...]
Completed in 101 milliseconds