Home
last modified time | relevance | path

Searched refs:triples (Results 1 – 25 of 48) sorted by relevance

12

/llvm-project-15.0.7/flang/lib/Lower/
H A DVectorSubscripts.cpp325 llvm::SmallVector<mlir::Value> triples; in createSlice() local
331 triples.emplace_back(triplet.lb); in createSlice()
332 triples.emplace_back(triplet.ub); in createSlice()
333 triples.emplace_back(triplet.stride); in createSlice()
336 triples.emplace_back(one); in createSlice()
337 triples.emplace_back(vector.size); in createSlice()
338 triples.emplace_back(one); in createSlice()
341 triples.emplace_back(i); in createSlice()
342 triples.emplace_back(undef); in createSlice()
343 triples.emplace_back(undef); in createSlice()
[all …]
/llvm-project-15.0.7/lld/test/MachO/tools/
H A Dgenerate-thunkable-program.py396 triples = {
402 triple = triples.get(args.os)
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/
H A Druntimes.gni2 import("//llvm/triples.gni")
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A DSoftFloatVectorExtract.ll5 ; making sure that soft float extract works on v7a soft float triples.
/llvm-project-15.0.7/flang/include/flang/Optimizer/CodeGen/
H A DCGOps.td43 - slice: A vector of triples that describe an array slice.
101 - slice: A vector of triples that describe an array slice.
156 - slice: A vector of triples that describe an array slice.
/llvm-project-15.0.7/llvm/test/Linker/
H A Dlink-arm-and-thumb.ll23 ; STDERR-NOT: warning: Linking two modules of different target triples:
H A Dtargettriple.ll19 ; WARN-B: warning: Linking two modules of different target triples:
H A Dapple-version.ll19 ; WARN3: warning: Linking two modules of different target triples
H A Dcuda-libdevice.ll29 ; WARN-TRIPLE-DAG: warning: Linking two modules of different target triples:
/llvm-project-15.0.7/llvm/test/LTO/ARM/
H A Dlink-arm-and-thumb.ll32 ; STDERR-NOT: warning: Linking two modules of different target triples:
/llvm-project-15.0.7/llvm/utils/gn/build/toolchain/
H A Dtarget_flags.gni1 import("//llvm/triples.gni")
/llvm-project-15.0.7/llvm/test/MC/Disassembler/ARM/
H A Dinvalid-because-armv7.txt3 # This file is checking encodings that are valid on some triples, but not on the
/llvm-project-15.0.7/llvm/test/tools/dsymutil/ARM/
H A Dfat-arch-name.test3 # We detect thumb triples from the binaries, because those are the only ones
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dlinker-diagnostic.ll10 ; CHECK: linking module '{{.*}}/bar.o': Linking two modules of different target triples: '{{.*}}/fo…
/llvm-project-15.0.7/llvm/docs/
H A DSPIRVUsage.rst17 .. _spirv-target-triples:
H A DDirectXUsage.rst30 .. _dx-target-triples:
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/pseudo/test/
H A DBUILD.gn1 import("//llvm/triples.gni")
/llvm-project-15.0.7/llvm/utils/gn/secondary/compiler-rt/test/
H A DBUILD.gn4 import("//llvm/triples.gni")
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clangd/test/
H A DBUILD.gn2 import("//llvm/triples.gni")
/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp809 auto triples = sliceOp.getTriples(); in getAdjustedExtents() local
810 const std::size_t tripleSize = triples.size(); in getAdjustedExtents()
814 size = builder.genExtentFromTriplet(loc, triples[tripleSize - 3], in getAdjustedExtents()
815 triples[tripleSize - 2], in getAdjustedExtents()
816 triples[tripleSize - 1], idxTy); in getAdjustedExtents()
/llvm-project-15.0.7/compiler-rt/docs/
H A DTestingGuide.rst39 triple and as such ``XFAIL: mips`` affects more triples than expected. For
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/test/
H A DBUILD.gn3 import("//llvm/triples.gni")
/llvm-project-15.0.7/llvm/utils/gn/secondary/lld/test/
H A DBUILD.gn2 import("//llvm/triples.gni")
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/test/
H A DBUILD.gn1 import("//llvm/triples.gni")
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/test/
H A DBUILD.gn4 import("//llvm/triples.gni")

12