HomeSort by relevance Sort by last modified time
    Searched defs:ISD (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/MC/
MCELFStreamer.cpp 106 IndirectSymbolData ISD;
107 ISD.Symbol = Symbol;
108 ISD.SectionData = getCurrentSectionData();
109 getAssembler().getIndirectSymbols().push_back(ISD);
MCMachOStreamer.cpp 185 IndirectSymbolData ISD;
186 ISD.Symbol = Symbol;
187 ISD.SectionData = getCurrentSectionData();
188 getAssembler().getIndirectSymbols().push_back(ISD);
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 19 namespace ISD {
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 19 /// ISD namespace - This namespace contains an enum which represents all of the
22 namespace ISD {
25 /// ISD::NodeType enum - This enum defines the target-independent operators
437 // 5) ISD::CvtCode indicating the type of conversion to do
699 /// ISD::CondCode enum - These are ordered carefully to make the bitfields
    [all...]
SelectionDAGNodes.h 62 namespace ISD {
74 /// ISD::SCALAR_TO_VECTOR node or a BUILD_VECTOR node where only the low
77 } // end llvm:ISD namespace
356 /// are the opcode values in the ISD and <target>ISD namespaces. For
361 /// \<target\>ISD namespace).
362 bool isTargetOpcode() const { return NodeType >= ISD::BUILTIN_OP_END; }
365 /// memory-referencing opcode (in the \<target\>ISD namespace and
368 return NodeType >= ISD::FIRST_TARGET_MEMORY_OPCODE;
606 static const char* getIndexedModeName(ISD::MemIndexedMode AM)
    [all...]

Completed in 49 milliseconds