Searched refs:isel (Results 1 – 25 of 80) sorted by relevance
1234
31 BEGIN_TEST(isel.interp.simple)61 BEGIN_TEST(isel.compute.simple)84 BEGIN_TEST(isel.gs.no_outputs)113 BEGIN_TEST(isel.gs.no_verts)139 BEGIN_TEST(isel.sparse.clause)
7 tablegen(LLVM AArch64GenDAGISel.inc -gen-dag-isel)9 tablegen(LLVM AArch64GenFastISel.inc -gen-fast-isel)10 tablegen(LLVM AArch64GenGlobalISel.inc -gen-global-isel)11 tablegen(LLVM AArch64GenGICombiner.inc -gen-global-isel-combiner
6 tablegen(LLVM ARMGenDAGISel.inc -gen-dag-isel)8 tablegen(LLVM ARMGenFastISel.inc -gen-fast-isel)9 tablegen(LLVM ARMGenGlobalISel.inc -gen-global-isel)
6 tablegen(LLVM MipsGenDAGISel.inc -gen-dag-isel)8 tablegen(LLVM MipsGenFastISel.inc -gen-fast-isel)9 tablegen(LLVM MipsGenGlobalISel.inc -gen-global-isel)
7 tablegen(LLVM X86GenDAGISel.inc -gen-dag-isel)11 tablegen(LLVM X86GenFastISel.inc -gen-fast-isel)12 tablegen(LLVM X86GenGlobalISel.inc -gen-global-isel)
45 requiring REX prefix. However, divb and mulb both produce results in AH. If isel49 To get around this, isel emits a CopyFromReg from AX and then right shift it
6 tablegen(LLVM AMDGPUGenDAGISel.inc -gen-dag-isel)17 tablegen(LLVM AMDGPUGenGlobalISel.inc -gen-global-isel)22 tablegen(LLVM R600GenDAGISel.inc -gen-dag-isel)
6 tablegen(LLVM RISCVGenDAGISel.inc -gen-dag-isel)8 tablegen(LLVM RISCVGenGlobalISel.inc -gen-global-isel)
6 tablegen(LLVM PPCGenDAGISel.inc -gen-dag-isel)8 tablegen(LLVM PPCGenFastISel.inc -gen-fast-isel)
5 tablegen(LLVM WebAssemblyGenDAGISel.inc -gen-dag-isel)7 tablegen(LLVM WebAssemblyGenFastISel.inc -gen-fast-isel)
6 tablegen(LLVM VEGenDAGISel.inc -gen-dag-isel)
5 tablegen(LLVM ARCGenDAGISel.inc -gen-dag-isel)
5 tablegen(LLVM XCoreGenDAGISel.inc -gen-dag-isel)
6 tablegen(LLVM MSP430GenDAGISel.inc -gen-dag-isel)
6 tablegen(LLVM SparcGenDAGISel.inc -gen-dag-isel)
9 * Add support for isel'ing UMUL_LOHI instead of marking it as Expand.
6 tablegen(LLVM LanaiGenDAGISel.inc -gen-dag-isel)
4 tablegen(LLVM NVPTXGenDAGISel.inc -gen-dag-isel)
6 tablegen(LLVM AVRGenDAGISel.inc -gen-dag-isel)
6 tablegen(LLVM BPFGenDAGISel.inc -gen-dag-isel)
6 tablegen(LLVM SystemZGenDAGISel.inc -gen-dag-isel)
6 tablegen(LLVM HexagonGenDAGISel.inc -gen-dag-isel)
219 dEQP-VK.graphicsfuzz.cov-x86-isel-lowering-determinant-exp-acos220 dEQP-VK.graphicsfuzz.cov-x86-isel-lowering-machine-value-type-uint-to-float221 dEQP-VK.graphicsfuzz.cov-x86-isel-lowering-selection-dag-struct-array-clamp-index222 dEQP-VK.graphicsfuzz.cov-x86-isel-lowering-apfloat-nan-cos-cos223 dEQP-VK.graphicsfuzz.cov-x86-isel-lowering-negative-left-shift
361 auto isel = m_ssa_index_to_sel.find(ssa.index); in dest() local363 if (isel != m_ssa_index_to_sel.end()) in dest()364 sel = isel->second; in dest()
111 - aco/isel: Always export position data from VS/NGG