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

  /external/llvm/include/llvm/Target/
TargetOpcodes.h 27 INLINEASM = 1,
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 495 // INLINEASM - Represents an inline asm block. This node always has two
503 // of operands that follow, etc. See InlineAsm.h.
510 INLINEASM,
    [all...]
MachineInstr.h 605 bool isInlineAsm() const { return getOpcode() == TargetOpcode::INLINEASM; }
739 /// InlineAsm::hasRegClassConstraint().
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 91 case ISD::INLINEASM: break;
128 case ISD::INLINEASM: break;
463 case ISD::INLINEASM:
567 case ISD::INLINEASM:
InstrEmitter.cpp     [all...]
ScheduleDAGFast.cpp 16 #include "llvm/InlineAsm.h"
480 if (Node->getOpcode() == ISD::INLINEASM) {
486 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) {
489 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags);
492 if (InlineAsm::isRegDefKind(Flags) ||
493 InlineAsm::isRegDefEarlyClobberKind(Flags) ||
494 InlineAsm::isClobberKind(Flags)) {
SelectionDAGDumper.cpp 132 case ISD::INLINEASM: return "inlineasm";
SelectionDAGISel.cpp 24 #include "llvm/InlineAsm.h"
    [all...]
ScheduleDAGRRList.cpp 20 #include "llvm/InlineAsm.h"
664 case ISD::INLINEASM:
    [all...]
FastISel.cpp 546 if (const InlineAsm *IA = dyn_cast<InlineAsm>(Call->getCalledValue())) {
553 ExtraInfo |= InlineAsm::Extra_HasSideEffects;
555 ExtraInfo |= InlineAsm::Extra_IsAlignStack;
558 TII.get(TargetOpcode::INLINEASM))
    [all...]
SelectionDAGBuilder.cpp 27 #include "llvm/InlineAsm.h"
632 /// AddInlineAsmOperands - Add this value to the specified inlineasm node
784 /// AddInlineAsmOperands - Add this value to the specified inlineasm node
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 305 case TargetOpcode::INLINEASM: {
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 22 #include "llvm/InlineAsm.h"
665 case ISD::INLINEASM: {
670 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) {
675 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags);
678 switch (InlineAsm::getKind(Flags)) {
680 case InlineAsm::Kind_RegDef:
681 case InlineAsm::Kind_RegUse:
682 case InlineAsm::Kind_Imm:
683 case InlineAsm::Kind_Clobber:
684 case InlineAsm::Kind_Mem:
    [all...]
HexagonInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
Thumb2InstrInfo.cpp 397 if (Opcode == ARM::INLINEASM)
ARMCodeEmitter.cpp     [all...]
ARMBaseInstrInfo.cpp 556 if (MI->getOpcode() == ARM::INLINEASM)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 589 if (OpC != TargetOpcode::INLINEASM) {
PPCInstrInfo.cpp 678 case PPC::INLINEASM: { // Inline Asm: Variable size.
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 744 case TargetOpcode::INLINEASM:
    [all...]
X86FloatingPoint.cpp 29 #include "llvm/InlineAsm.h"
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 701 case TargetOpcode::INLINEASM:
    [all...]

Completed in 1078 milliseconds