Home
last modified time | relevance | path

Searched refs:type0 (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DGenericOpcodes.td247 let InOperandList = (ins type0:$src1, type0:$src2);
255 let InOperandList = (ins type0:$src1, type0:$src2);
263 let InOperandList = (ins type0:$src1, type0:$src2);
271 let InOperandList = (ins type0:$src1, type0:$src2);
279 let InOperandList = (ins type0:$src1, type0:$src2);
287 let InOperandList = (ins type0:$src1, type0:$src2);
295 let InOperandList = (ins type0:$src1, type0:$src2);
302 let OutOperandList = (outs type0:$div, type0:$rem);
303 let InOperandList = (ins type0:$src1, type0:$src2);
843 let InOperandList = (ins type0:$src1, type0:$src2, type0:$src3);
[all …]
H A DTarget.td959 def type0 : TypedOperand<"OPERAND_GENERIC_0">;
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrGISel.td23 let OutOperandList = (outs type0:$dst);
32 let InOperandList = (ins type0:$src);
40 let InOperandList = (ins type0:$src);
48 let InOperandList = (ins type0:$src);
56 let InOperandList = (ins type0:$v1, type0:$v2);
64 let InOperandList = (ins type0:$v1, type0:$v2);
72 let InOperandList = (ins type0:$v1, type0:$v2);
80 let InOperandList = (ins type0:$v1, type0:$v2);
118 let InOperandList = (ins type0:$v1, type0:$v2);
126 let InOperandList = (ins type0:$v1, type0:$v2);
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dvec-load-element.ll23 %2 = getelementptr inbounds [150 x %type0], [150 x %type0]* @Mem, i64 0, i64 0, i32 3
24 %3 = getelementptr inbounds [150 x %type0], [150 x %type0]* @Mem, i64 0, i64 %0, i32 3
25 %4 = getelementptr inbounds [150 x %type0], [150 x %type0]* @Mem, i64 0, i64 %1, i32 3
35 %14 = getelementptr inbounds [150 x %type0], [150 x %type0]* @Mem, i64 0, i64 undef, i32 3
36 %15 = getelementptr inbounds [150 x %type0], [150 x %type0]* @Mem, i64 0, i64 0, i32 3
37 %16 = getelementptr inbounds [150 x %type0], [150 x %type0]* @Mem, i64 0, i64 %13, i32 3
51 %30 = getelementptr inbounds [150 x %type0], [150 x %type0]* @Mem, i64 0, i64 %26, i32 3
52 %31 = getelementptr inbounds [150 x %type0], [150 x %type0]* @Mem, i64 0, i64 %27, i32 3
53 %32 = getelementptr inbounds [150 x %type0], [150 x %type0]* @Mem, i64 0, i64 %28, i32 3
67 %46 = getelementptr inbounds [150 x %type0], [150 x %type0]* @Mem, i64 0, i64 %42, i32 3
[all …]
/llvm-project-15.0.7/llvm/test/TableGen/
H A Dpredicate-patfags.td22 let OutOperandList = (outs type0:$dst);
23 let InOperandList = (ins type0:$src1, type0:$src2);
H A DGlobalISelEmitter-immarg-literal-pattern.td9 let OutOperandList = (outs type0:$dst);
/llvm-project-15.0.7/flang/test/Semantics/
H A Dallocate12.f907 type type0 type
11 class(type0), pointer :: t0
H A Ddoconcurrent01.f90110 type :: type0 type
116 type(type0) :: type1_field
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstructions.td3066 let OutOperandList = (outs type0:$dst);
3067 let InOperandList = (ins type0:$src);
3148 let InOperandList = (ins type0:$src0, type0:$src1);
3154 let InOperandList = (ins type0:$src0, type0:$src1);
3161 let InOperandList = (ins type0:$src0);
3168 let InOperandList = (ins type0:$src0, type0:$src1);
3174 let InOperandList = (ins type0:$src0, type0:$src1, type0:$src2);
3180 let InOperandList = (ins type0:$src0, type0:$src1, type0:$src2);
3186 let InOperandList = (ins type0:$src0, type0:$src1, type0:$src2);
3192 let InOperandList = (ins type0:$src);
[all …]
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dtools.cpp147 const evaluate::DynamicType &type0, int rank0, in IsIntrinsicRelational() argument
152 auto cat0{type0.category()}; in IsIntrinsicRelational()
166 bool IsIntrinsicNumeric(const evaluate::DynamicType &type0) { in IsIntrinsicNumeric() argument
167 return IsNumericTypeCategory(type0.category()); in IsIntrinsicNumeric()
172 IsNumericTypeCategory(type0.category()) && in IsIntrinsicNumeric()
176 bool IsIntrinsicLogical(const evaluate::DynamicType &type0) { in IsIntrinsicLogical() argument
177 return type0.category() == TypeCategory::Logical; in IsIntrinsicLogical()
182 type0.category() == TypeCategory::Logical && in IsIntrinsicLogical()
186 bool IsIntrinsicConcat(const evaluate::DynamicType &type0, int rank0, in IsIntrinsicConcat() argument
189 type0.category() == TypeCategory::Character && in IsIntrinsicConcat()
[all …]
H A Dcheck-declarations.cpp1213 auto type0{arg0.type()}; in ConflictsWithIntrinsicOperator() local
1217 [&](common::NumericOperator) { return IsIntrinsicNumeric(type0); }, in ConflictsWithIntrinsicOperator()
1218 [&](common::LogicalOperator) { return IsIntrinsicLogical(type0); }, in ConflictsWithIntrinsicOperator()
1230 return IsIntrinsicNumeric(type0, rank0, type1, rank1); in ConflictsWithIntrinsicOperator()
1233 return IsIntrinsicLogical(type0, rank0, type1, rank1); in ConflictsWithIntrinsicOperator()
1236 return IsIntrinsicRelational(opr, type0, rank0, type1, rank1); in ConflictsWithIntrinsicOperator()
1240 return IsIntrinsicConcat(type0, rank0, type1, rank1); in ConflictsWithIntrinsicOperator()
H A Dexpression.cpp3800 std::string type0{TypeAsFortran(0)}; in SayNoMatch() local
3806 opr, rank0, type0); in SayNoMatch()
3810 opr, type0); in SayNoMatch()
3818 opr, rank0, type0, rank1, type1); in SayNoMatch()
3823 opr, type0, rank1, type1); in SayNoMatch()
3827 opr, rank0, type0, type1); in SayNoMatch()
3832 opr, type0, type1); in SayNoMatch()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp107 namespace type0 { namespace
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dbb-addr-map.test156 # RUN: yaml2obj --docnum=2 %s -DVERSION=255 -DSECTION_TYPE=SHT_LLVM_BB_ADDR_MAP_V0 -o %t2.type0
157 # RUN: llvm-readobj %t2.type0 --bb-addr-map 2>&1 | FileCheck %s --check-prefix=V0
/llvm-project-15.0.7/llvm/docs/GlobalISel/
H A DLegalizer.rst82 * The type of each type index (see ``type0``, ``type1``, etc.)
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp3320 mlir::Type type0 = fir::unwrapRefType(tsource.getType()); in genMerge() local
3321 bool isCharRslt = fir::isa_char(type0); // result is same as first argument in genMerge()