Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeFrameLowering.cpp221 if (CallConv != llvm::CallingConv::MBLAZE_INTR && in interruptFrameLayout()
233 bool isIntr = CallConv == llvm::CallingConv::MBLAZE_INTR; in interruptFrameLayout()
352 bool requiresRA = CallConv == llvm::CallingConv::MBLAZE_INTR; in emitPrologue()
398 bool requiresRA = CallConv == llvm::CallingConv::MBLAZE_INTR; in emitEpilogue()
436 bool requiresRA = CallConv == llvm::CallingConv::MBLAZE_INTR; in processFunctionBeforeCalleeSavedScan()
DMBlazeISelLowering.cpp1048 unsigned Ret = (CallConv == llvm::CallingConv::MBLAZE_INTR) ? MBlazeISD::IRet in LowerReturn()
1050 unsigned Reg = (CallConv == llvm::CallingConv::MBLAZE_INTR) ? MBlaze::R14 in LowerReturn()
/external/swiftshader/third_party/LLVM/include/llvm/
DCallingConv.h93 MBLAZE_INTR = 73, enumerator