HomeSort by relevance Sort by last modified time
    Searched refs:X86AddressMode (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/X86/
X86InstrBuilder.h 33 /// X86AddressMode - This struct holds a generalized full x86 address mode.
37 struct X86AddressMode {
54 X86AddressMode()
63 if (BaseType == X86AddressMode::RegBase)
67 assert(BaseType == X86AddressMode::FrameIndexBase);
123 const X86AddressMode &AM) {
126 if (AM.BaseType == X86AddressMode::RegBase)
129 assert(AM.BaseType == X86AddressMode::FrameIndexBase);
X86FastISel.cpp 85 bool X86FastEmitLoad(EVT VT, const X86AddressMode &AM, unsigned &RR);
87 bool X86FastEmitStore(EVT VT, const Value *Val, const X86AddressMode &AM);
88 bool X86FastEmitStore(EVT VT, unsigned Val, const X86AddressMode &AM);
93 bool X86SelectAddress(const Value *V, X86AddressMode &AM);
94 bool X86SelectCallAddress(const Value *V, X86AddressMode &AM);
146 bool TryEmitSmallMemcpy(X86AddressMode DestAM,
147 X86AddressMode SrcAM, uint64_t Len);
180 bool X86FastISel::X86FastEmitLoad(EVT VT, const X86AddressMode &AM,
239 X86FastISel::X86FastEmitStore(EVT VT, unsigned Val, const X86AddressMode &AM) {
285 const X86AddressMode &AM)
    [all...]
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]

Completed in 36 milliseconds