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 105 IndirectSymbolData ISD;
106 ISD.Symbol = Symbol;
107 ISD.SectionData = getCurrentSectionData();
108 getAssembler().getIndirectSymbols().push_back(ISD);
MCMachOStreamer.cpp 183 IndirectSymbolData ISD;
184 ISD.Symbol = Symbol;
185 ISD.SectionData = getCurrentSectionData();
186 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
689 /// ISD::CondCode enum - These are ordered carefully to make the bitfields
    [all...]
SelectionDAGNodes.h 61 namespace ISD {
73 /// ISD::SCALAR_TO_VECTOR node or a BUILD_VECTOR node where only the low
76 } // end llvm:ISD namespace
355 /// are the opcode values in the ISD and <target>ISD namespaces. For
360 /// \<target\>ISD namespace).
361 bool isTargetOpcode() const { return NodeType >= ISD::BUILTIN_OP_END; }
364 /// memory-referencing opcode (in the \<target\>ISD namespace and
367 return NodeType >= ISD::FIRST_TARGET_MEMORY_OPCODE;
605 static const char* getIndexedModeName(ISD::MemIndexedMode AM)
    [all...]

Completed in 61 milliseconds