Home
last modified time | relevance | path

Searched refs:CallFrameSetupOpcode (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetInstrInfo.h49 : CallFrameSetupOpcode(CFSetupOpcode), in CallFrameSetupOpcode() function
100 int getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode()
675 int CallFrameSetupOpcode, CallFrameDestroyOpcode;
684 TargetInstrInfoImpl(int CallFrameSetupOpcode = -1,
686 : TargetInstrInfo(CallFrameSetupOpcode, CallFrameDestroyOpcode) {} in TargetInstrInfo() argument