Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430RegisterInfo.cpp65 return (F->getCallingConv() == CallingConv::MSP430_INTR ? in getCalleeSavedRegs()
68 return (F->getCallingConv() == CallingConv::MSP430_INTR ? in getCalleeSavedRegs()
DMSP430AsmPrinter.cpp162 if (F->getCallingConv() != CallingConv::MSP430_INTR) { in EmitInterruptVectorSection()
DMSP430ISelLowering.cpp578 case CallingConv::MSP430_INTR: in LowerFormalArguments()
610 case CallingConv::MSP430_INTR: in LowerCall()
747 if (CallConv == CallingConv::MSP430_INTR && !Outs.empty()) in LowerReturn()
790 unsigned Opc = (CallConv == CallingConv::MSP430_INTR ? in LowerReturn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DCallingConv.h105 MSP430_INTR = 69, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallingConv.h116 MSP430_INTR = 69, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp370 case CallingConv::MSP430_INTR: Out << "msp430_intrcc"; break; in PrintCallingConv()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp1984 case lltok::kw_msp430_intrcc: CC = CallingConv::MSP430_INTR; break; in ParseOptionalCallingConv()