Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp119 Value *Row = nullptr, *Col = nullptr; getShape() local
239 Value *Row = nullptr, *Col = nullptr; combineLoadBitcast() local
269 Value *Col = II->getOperand(1); combineBitcastStore() local
323 Value *Row = nullptr, *Col = nullptr; transformBitcast() local
342 Value *Col = II->getOperand(1); transformBitcast() local
469 Value *Col = II->getOperand(1); createTileStore() local
495 Value *Col = II->getOperand(1); replaceWithTileLoad() local
786 Value *Row = nullptr, *Col = nullptr; optimizeAMXCastFromPhi() local
933 Value *Col = II->getOperand(1); combineCastStore() local
951 Value *Row = nullptr, *Col = nullptr; combineLoadCast() local
1168 Value *Row = nullptr, *Col = nullptr; transformAMXCast() local
1189 Value *Col = II->getOperand(1); transformAMXCast() local
[all...]
H A DX86FastTileConfig.cpp118 MachineOperand &Col = MI.getOperand(2); in configBasicBlock() local
H A DX86LowerAMXIntrinsics.cpp150 Value *Col, Value *Ptr, Value *Stride, Value *Tile) { in createTileLoadStoreLoops() argument
243 Value *Col, Value *K, Value *Acc, in createTileDPLoops() argument
H A DX86FastPreTileConfig.cpp56 Register Col; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTileShapeInfo.h88 MachineOperand *Col; variable
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp55 unsigned Col = DL.getColumn(); in toRemarkLocation() local
H A DDIBuilder.cpp921 createLexicalBlock(DIScope * Scope,DIFile * File,unsigned Line,unsigned Col) createLexicalBlock() argument
H A DDebugInfoMetadata.cpp211 unsigned Col = SameLine && SameCol ? L1->getColumn() : 0; getMergedLocation() local
H A DDebugInfo.cpp1130 LLVMDIBuilderCreateLexicalBlock(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,LLVMMetadataRef File,unsigned Line,unsigned Col) LLVMDIBuilderCreateLexicalBlock() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h49 unsigned Col; member
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp93 unsigned Col) { in printResourcePressure()
/freebsd-src/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp83 unsigned Col = RL.SourceColumn; in mapping() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp164 unsigned Col = RetrieveUnsigned(main_value, process_sp, ".col"); in RetrieveReportData() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h111 unsigned Col; member
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp357 unsigned Col, in codeComplete() argument
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp106 unsigned Col = bytesSincePreviousTabOrLineBegin(SourceLine, *I); printableTextForNextCharacter() local
1225 size_t Col = sourceColMap.byteToContainingColumn(CaretColNo - 1); emitSnippetAndCaret() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp179 unsigned Col = 1; in renderLine() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h702 unsigned Col; global() member
739 unsigned Col; global() variable
742 InstantiationGroup(unsigned Line,unsigned Col,std::vector<const FunctionRecord * > Instantiations) InstantiationGroup() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp379 int Col, SourceMgr::DiagKind Kind, StringRef Msg, in SMDiagnostic() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2169 static void recordSourceLine(AsmPrinter &Asm, unsigned Line, unsigned Col, in recordSourceLine() argument
2359 void DwarfDebug::recordSourceLine(unsigned Line, unsigned Col, const MDNode *S, in recordSourceLine() argument
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp435 int Col = E.index(); verifyIndex() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp589 SNodeId LastRow, LastCol, FirstRow, FirstCol, Row, Col; in getMatchingNodes() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1233 insertVector(Value * Col,unsigned I,Value * Block,IRBuilder<> & Builder) insertVector() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4838 unsigned Line = Record[0], Col = Record[1]; parseFunctionBody() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp77 enum class MatrixKind { Array, Tile, Row, Col }; enumerator