Searched defs:XF (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Ddebug-info-fn-template.cpp4 struct XF { struct
9 T fx(XF<T> xi) {
13 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "XF<int>"
15 template int fx(XF<int>);
/external/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp529 const EmitNodeXFormMatcher *XF = cast<EmitNodeXFormMatcher>(N); local
530 OS << "OPC_EmitNodeXForm, " << getNodeXFormID(XF->getNodeXForm()) << ", "
531 << XF->getSlot() << ',';
533 OS.PadToColumn(CommentIndent) << "// "<<XF->getNodeXForm()->getName();
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp487 const EmitNodeXFormMatcher *XF = cast<EmitNodeXFormMatcher>(N); local
488 OS << "OPC_EmitNodeXForm, " << getNodeXFormID(XF->getNodeXForm()) << ", "
489 << XF->getSlot() << ',';
491 OS.PadToColumn(CommentIndent) << "// "<<XF->getNodeXForm()->getName();

Completed in 337 milliseconds