HomeSort by relevance Sort by last modified time
    Searched refs:MSP430_INTR (Results 1 - 20 of 20) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/
CallingConv.h 76 /// MSP430_INTR - Calling convention used for MSP430 interrupt routines.
77 MSP430_INTR = 69,
  /external/llvm/include/llvm/IR/
CallingConv.h 104 /// MSP430_INTR - Calling convention used for MSP430 interrupt routines.
105 MSP430_INTR = 69,
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
CallingConv.h 104 /// MSP430_INTR - Calling convention used for MSP430 interrupt routines.
105 MSP430_INTR = 69,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 104 /// MSP430_INTR - Calling convention used for MSP430 interrupt routines.
105 MSP430_INTR = 69,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 104 /// MSP430_INTR - Calling convention used for MSP430 interrupt routines.
105 MSP430_INTR = 69,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 104 /// MSP430_INTR - Calling convention used for MSP430 interrupt routines.
105 MSP430_INTR = 69,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 104 /// MSP430_INTR - Calling convention used for MSP430 interrupt routines.
105 MSP430_INTR = 69,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 104 /// MSP430_INTR - Calling convention used for MSP430 interrupt routines.
105 MSP430_INTR = 69,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 104 /// MSP430_INTR - Calling convention used for MSP430 interrupt routines.
105 MSP430_INTR = 69,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 104 /// MSP430_INTR - Calling convention used for MSP430 interrupt routines.
105 MSP430_INTR = 69,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 104 /// MSP430_INTR - Calling convention used for MSP430 interrupt routines.
105 MSP430_INTR = 69,
  /external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.cpp 66 return (F->getCallingConv() == CallingConv::MSP430_INTR ?
69 return (F->getCallingConv() == CallingConv::MSP430_INTR ?
MSP430ISelLowering.cpp 372 case CallingConv::MSP430_INTR:
403 case CallingConv::MSP430_INTR:
515 if (CallConv == CallingConv::MSP430_INTR && !Outs.empty())
542 unsigned Opc = (CallConv == CallingConv::MSP430_INTR ?
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430RegisterInfo.cpp 69 return (F->getCallingConv() == CallingConv::MSP430_INTR ?
72 return (F->getCallingConv() == CallingConv::MSP430_INTR ?
MSP430ISelLowering.cpp 261 case CallingConv::MSP430_INTR:
290 case CallingConv::MSP430_INTR:
393 if (CallConv == CallingConv::MSP430_INTR && !Outs.empty()) {
428 unsigned Opc = (CallConv == CallingConv::MSP430_INTR ?
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 318 case CallingConv::MSP430_INTR: Out << "msp430_intrcc"; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 821 milliseconds