Home
last modified time | relevance | path

Searched defs:Col (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project/clang/test/AST/Interp/
H A Dconstexpr-nqueens.cpp
/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-nqueens.cpp39 int N, int Col, int Row, const Board &B) { in tryBoard()
42 constexpr Board buildBoardScan(int N, int Col, int Row, const Board &B) { in buildBoardScan()
49 constexpr Board buildBoardRecurse(int N, int Col, const Board &B) { in buildBoardRecurse()
/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp276 Col = getColFromRow(II, II->getArgOperand(0), 4); in combineBitcastStore() local
126 Value *Row = nullptr, *Col = nullptr; getShape() local
246 Value *Row = nullptr, *Col = nullptr; combineLoadBitcast() local
330 Value *Row = nullptr, *Col = nullptr; transformBitcast() local
349 Value *Col = II->getOperand(1); transformBitcast() local
475 Value *Col = II->getOperand(1); createTileStore() local
501 Value *Col = II->getOperand(1); replaceWithTileLoad() local
792 Value *Row = nullptr, *Col = nullptr; optimizeAMXCastFromPhi() local
939 Value *Col = II->getOperand(1); combineCastStore() local
957 Value *Row = nullptr, *Col = nullptr; combineLoadCast() local
1174 Value *Row = nullptr, *Col = nullptr; transformAMXCast() local
1195 Value *Col = II->getOperand(1); transformAMXCast() local
[all...]
H A DX86FastTileConfig.cpp118 MachineOperand &Col = MI.getOperand(2); configBasicBlock() local
H A DX86LowerAMXIntrinsics.cpp150 createTileLoadStoreLoops(BasicBlock * Start,BasicBlock * End,IRBuilderBase & B,Value * Row,Value * Col,Value * Ptr,Value * Stride,Value * Tile) createTileLoadStoreLoops() argument
243 createTileDPLoops(BasicBlock * Start,BasicBlock * End,IRBuilderBase & B,Value * Row,Value * Col,Value * K,Value * Acc,Value * LHS,Value * RHS) createTileDPLoops() argument
H A DX86FastPreTileConfig.cpp56 Register Col; global() member
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp10.cpp39 template<typename eT> class Col : public Mat<eT> { class
/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/
H A Dmonitor.cpp25 unsigned Line, Col; in __ubsan_on_report() local
/llvm-project/clang-tools-extra/clangd/index/
H A DSymbolLocation.cpp22 void SymbolLocation::Position::setColumn(uint32_t Col) { in setColumn()
/llvm-project/llvm/include/llvm/CodeGen/
H A DTileShapeInfo.h88 MachineOperand *Col; global() variable
[all...]
/llvm-project/clang/tools/c-index-test/
H A Dcore_main.cpp113 unsigned Col = SM.getColumnNumber(FID, SM.getFileOffset(Loc)); handleDeclOccurrence() local
151 unsigned Col = SM.getColumnNumber(FID, SM.getFileOffset(Loc)); handleModuleOccurrence() local
174 unsigned Col = SM.getColumnNumber(FID, SM.getFileOffset(Loc)); handleMacroOccurrence() local
/llvm-project/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp19 unsigned Line, Col; member
110 Match(const char * Message,unsigned Line,unsigned Col) Match() argument
[all...]
/llvm-project/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp55 unsigned Col = DL.getColumn(); in toRemarkLocation() local
/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h49 unsigned Col; member
/llvm-project/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp93 unsigned Col) { in printResourcePressure()
/llvm-project/llvm/utils/FileCheck/
H A DFileCheck.cpp673 for (unsigned Col = 1; InputFilePtr != InputFileEnd && !Newline; ++Col) { in DumpAnnotatedInput() local
704 unsigned Col; in DumpAnnotatedInput() local
/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/
H A DClassLayoutTest.cpp11 unsigned short Col; member
/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp83 unsigned Col = RL.SourceColumn; in mapping() local
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp164 unsigned Col = RetrieveUnsigned(main_value, process_sp, ".col"); in RetrieveReportData() local
/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h111 unsigned Col; member
/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp357 codeComplete(CompilerInstance * InterpCI,llvm::StringRef Content,unsigned Line,unsigned Col,const CompilerInstance * ParentCI,std::vector<std::string> & CCResults) codeComplete() argument
/llvm-project/llvm/tools/llvm-opt-report/
H A DOptReport.cpp321 int Col = CI.first; writeReport() local
/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp179 unsigned Col = 1; in renderLine() local
[all...]
/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp379 int Col, SourceMgr::DiagKind Kind, StringRef Msg, in SMDiagnostic() argument
/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h795 unsigned Col; global() member
832 unsigned Col; global() variable
835 InstantiationGroup(unsigned Line,unsigned Col,std::vector<const FunctionRecord * > Instantiations) InstantiationGroup() argument
[all...]

12