HomeSort by relevance Sort by last modified time
    Searched refs:X86AddressMode (Results 1 - 3 of 3) 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 80 bool X86FastEmitLoad(EVT VT, const X86AddressMode &AM, unsigned &RR);
82 bool X86FastEmitStore(EVT VT, const Value *Val, const X86AddressMode &AM,
84 bool X86FastEmitStore(EVT VT, unsigned ValReg, const X86AddressMode &AM,
90 bool X86SelectAddress(const Value *V, X86AddressMode &AM);
91 bool X86SelectCallAddress(const Value *V, X86AddressMode &AM);
145 bool TryEmitSmallMemcpy(X86AddressMode DestAM,
146 X86AddressMode SrcAM, uint64_t Len);
179 bool X86FastISel::X86FastEmitLoad(EVT VT, const X86AddressMode &AM,
239 const X86AddressMode &AM, bool Aligned) {
294 const X86AddressMode &AM, bool Aligned)
    [all...]
X86ISelLowering.cpp     [all...]

Completed in 41 milliseconds