Home
last modified time | relevance | path

Searched refs:lowers (Results 1 – 25 of 52) sorted by relevance

123

/external/javassist/src/main/javassist/bytecode/stackmap/
DTypeData.java215 protected List<TypeData> lowers;// lower bounds of this type. ArrayList<TypeData> field in TypeData.TypeVar
223 lowers = new ArrayList<TypeData>(2); in TypeVar()
233 return lowers.get(0).getName(); in getName()
240 return lowers.get(0).isBasicType(); in isBasicType()
256 return lowers.get(0).isNullType(); in isNullType()
263 return lowers.get(0).isUninit(); in isUninit()
269 lowers.add(t); in merge()
280 return lowers.get(0).getTypeTag(); in getTypeTag()
287 return lowers.get(0).getTypeData(cp); in getTypeData()
335 int n = lowers.size(); in dfs()
[all …]
/external/cldr/tools/java/org/unicode/cldr/posix/
DPOSIX_LCCtype.java85 UnicodeSet lowers = new UnicodeSet(types[1][1]).retainAll(chars); in write() local
90 …if (upp != it.codepoint && chars.contains(upp) && lowers.contains(it.codepoint)) us.add(it.codepoi… in write()
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dtagged-globals-pic.ll4 ; Ensure that GlobalISel lowers correctly. GlobalISel is the default ISel for
5 ; -O0 on aarch64. GlobalISel lowers the instruction sequence in the static
Dspeculation-hardening.ll126 ; GlobalISel lowers the branch to a b.ne sometimes instead of b.ge as expected..
/external/llvm-project/llvm/test/CodeGen/X86/
Dinline-asm-flag-clobber.ll21 ; Make sure that we translate this to the bswap intrinsic which lowers down without the
Dcopy-eflags.ll148 ; This lowers to a conditional tail call instead of a conditional branch. This
/external/llvm/test/CodeGen/X86/
Dinline-asm-flag-clobber.ll21 ; Make sure that we translate this to the bswap intrinsic which lowers down without the
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dfunnel-shift2.ll3 ; This patch corrects the order of operands in the pattern that lowers funnel
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Dsimd-shuffle-bitcast.ll4 ; optimizes and lowers to a single splat instruction. Without a custom
Dswitch-in-loop.ll4 ;; bytecode interpreter) lowers reasonably without any irreducible
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/
Dfabs-cost-softfp.ll4 ; On plaforms where fp128 lowers to an interger type (soft-fp) we
/external/llvm-project/flang/unittests/Runtime/
Dhello.cpp50 SubscriptValue lowers[]{0}, uppers[]{4}, strides[]{1}; in multiline() local
54 CFI_section(&section.raw(), &whole.raw(), lowers, uppers, strides)}) { in multiline()
/external/llvm-project/llvm/test/Transforms/Coroutines/
Dcoro-early.ll1 ; Tests that CoroEarly pass correctly lowers coro.resume, coro.destroy
/external/llvm-project/llvm/test/CodeGen/NVPTX/
Dcall-with-alloca-buffer.ll3 ; Checks how NVPTX lowers alloca buffers and their passing to functions.
/external/llvm/test/CodeGen/NVPTX/
Dcall-with-alloca-buffer.ll3 ; Checks how NVPTX lowers alloca buffers and their passing to functions.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DThreading.inc112 // Begin background processing mode. The system lowers the resource scheduling
/external/llvm-project/llvm/lib/Target/Mips/
DMSA.txt45 it lowers directly to MipsISD::VSHF instead of using common IR.
/external/llvm/lib/Target/Mips/
DMSA.txt45 it lowers directly to MipsISD::VSHF instead of using common IR.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMSA.txt45 it lowers directly to MipsISD::VSHF instead of using common IR.
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dsymbols.test75 # RUN: llvm-readelf -s --elf-output-style=LLVM %t64 > %t.lowers
76 # RUN: cmp %t.symbols %t.lowers
/external/tensorflow/tensorflow/compiler/mlir/g3doc/
Dxla_gpu_codegen.md160 By the end of Task 2, LHLO lowers to proper, serializable MLIR. This enables
215 * a pass from that lowers profile.{start,end} to a C++ implementation.
/external/llvm-project/llvm/lib/Support/Windows/
DThreading.inc114 // Begin background processing mode. The system lowers the resource scheduling
/external/llvm-project/llvm/test/CodeGen/Mips/cconv/
Dreturn-struct.ll53 ; This test is based on the way clang currently lowers {i8,i8} to {i16}.
/external/llvm/test/CodeGen/Mips/cconv/
Dreturn-struct.ll47 ; This test is based on the way clang currently lowers {i8,i8} to {i16}.
/external/llvm-project/mlir/docs/Rationale/
DRationaleSimplifiedPolyhedralForm.md169 This form has great power, and the polyhedral code generator (which lowers from
406 1. Partial code generation lowers to the simplified form

123