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

  /external/llvm/lib/MC/
MCMachOStreamer.cpp 221 IndirectSymbolData ISD;
222 ISD.Symbol = Symbol;
223 ISD.SectionData = getCurrentSectionData();
224 getAssembler().getIndirectSymbols().push_back(ISD);
MCELFStreamer.cpp 229 IndirectSymbolData ISD;
230 ISD.Symbol = Symbol;
231 ISD.SectionData = getCurrentSectionData();
232 getAssembler().getIndirectSymbols().push_back(ISD);
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 231 namespace ISD {
233 template class BasicStringPiece<int>; // expected-error {{explicit instantiation of undefined template 'spec_vs_expl_inst::ISD::BasicStringPiece<int>'}}
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 23 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
442 /// 5) ISD::CvtCode indicating the type of conversion to do
711 /// 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
79 /// and all operands of the specified node are ISD::UNDEF.
81 } // end llvm:ISD namespace
361 /// are the opcode values in the ISD and <target>ISD namespaces. For
366 /// \<target\>ISD namespace).
367 bool isTargetOpcode() const { return NodeType >= ISD::BUILTIN_OP_END; }
370 /// memory-referencing opcode (in the \<target\>ISD namespace and
373 return NodeType >= ISD::FIRST_TARGET_MEMORY_OPCODE
    [all...]

Completed in 225 milliseconds