Searched defs:ByValStoreOffset (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2785 unsigned ByValStoreOffset,
2833 ByValStoreOffset -
2839 ArgOffset + ByValStoreOffset -
2936 unsigned ByValStoreOffset = 0; local
3080 ByValStoreOffset = RoundUpToAlignment(ByValStoreOffset, Flags.getByValAlign());
3088 ByValStoreOffset,
3090 ByValStoreOffset += Flags.getByValSize();
3091 ByValStoreOffset = std::min(ByValStoreOffset, 1
2777 StoreByValRegs(CCState &CCInfo, SelectionDAG &DAG, SDLoc dl, SDValue &Chain, const Value *OrigArg, unsigned InRegsParamRecordIdx, unsigned OffsetFromOrigArg, unsigned ArgOffset, unsigned ArgSize, bool ForceMutable, unsigned ByValStoreOffset, unsigned TotalArgRegsSaveSize) const argument
[all...]

Completed in 908 milliseconds