Home
last modified time | relevance | path

Searched refs:Square (Results 1 – 25 of 49) sorted by relevance

12

/llvm-project-15.0.7/clang/test/Analysis/
H A Dcast-value-state-dump.cpp13 class Square : public Shape {}; class
25 if (dyn_cast_or_null<Square>(S)) { in evalNonNullParamNonNullReturn()
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/
H A DBracket.cpp75 enum BracketKind : char { Paren, Brace, Square } Kind; enumerator
106 Add(Tok, Bracket::Square, Bracket::Open); in findBrackets()
109 Add(Tok, Bracket::Square, Bracket::Close); in findBrackets()
/llvm-project-15.0.7/llvm/docs/
H A DHowToSetUpLLVMStyleRTTI.rst39 class Square : public Shape {
42 Square(double S) : SideLength(S) {}
133 class Square : public Shape {
136 - Square(double S) : SideLength(S) {}
174 class Square : public Shape {
258 from ``Square``, and so ``ShapeKind`` becomes:
293 | Square
346 // Square::classof()
449 class Square : public RTTIExtends<Square, Shape> {
454 Square(double S) : SideLength(S) {}
[all …]
/llvm-project-15.0.7/clang/test/PCH/
H A Denum.h10 Square, enumerator
/llvm-project-15.0.7/polly/lib/External/isl/imath/tests/
H A Droot.tc3 # Square root tests
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DLocationParser.cpp86 if (parseCommaSeparatedList(Delimiter::Square, parseElt, in parseFusedLocation()
H A DTypeParser.cpp625 Delimiter::Square, in parseStrideList()
H A DAffineParser.cpp503 return parseCommaSeparatedList(Delimiter::Square, parseElt, in parseSymbolIdList()
H A DAttributeParser.cpp811 if (p.parseCommaSeparatedList(Parser::Delimiter::Square, parseOneElement)) in parseList()
H A DParser.cpp82 case Delimiter::Square: in parseCommaSeparatedList()
122 case Delimiter::Square: in parseCommaSeparatedList()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DCombinationGeneratorTest.cpp27 TEST(CombinationGenerator, Square) { in TEST() argument
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVScheduleV.td186 // 13.8. Vector Floating-Point Square-Root Instruction
188 // 13.9. Vector Floating-Point Reciprocal Square-Root Estimate Instruction
399 // 13.8. Vector Floating-Point Square-Root Instruction
401 // 13.9. Vector Floating-Point Reciprocal Square-Root Estimate Instruction
/llvm-project-15.0.7/clang/include/clang/Basic/
H A Darm_fp16.td33 // Reciprocal Square Root Estimate
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp1031 parser.parseOperandList(srcIndexInfos, OpAsmParser::Delimiter::Square) || in parse()
1033 parser.parseOperandList(dstIndexInfos, OpAsmParser::Delimiter::Square) || in parse()
1036 parser.parseOperandList(tagIndexInfos, OpAsmParser::Delimiter::Square)) in parse()
1214 parser.parseOperandList(ivs, OpAsmParser::Delimiter::Square) || in parse()
1405 parser.parseOperandList(indexInfo, OpAsmParser::Delimiter::Square) || in parse()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpImplementation.h644 Square, enumerator
1403 Delimiter delimiter = Delimiter::Square) = 0;
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrHFP.td112 // Square root.
H A DSystemZScheduleZ196.td778 // Square root
904 // Square root
H A DSystemZScheduleZEC12.td816 // Square root
942 // Square root
H A DSystemZInstrFP.td368 // Square root.
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt184 - QP Add/Divide/Multiply/Subtract/Square-Root:
196 - Round to Odd of QP Add/Divide/Multiply/Subtract/Square-Root:
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMSchedule.td129 // Square-root
H A DARMScheduleM7.td145 // Square-root. Effective scheduling latency is 3; real latency is larger
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicsARM.td453 // Vector Reciprocal Square Root Step.
559 // Vector Reciprocal Square Root Estimate.
/llvm-project-15.0.7/llvm/test/MC/PowerPC/
H A Dvsx.s618 # Add/Divide/Multiply/Square-Root/Subtract
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ScheduleZnver3.td219 // All Divide and Square Root except Reciprocal Approximation
284 // All Divide and Square Root except Reciprocal Approximation

12