/external/javassist/src/main/javassist/bytecode/stackmap/ |
D | TypeData.java | 215 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/ |
D | POSIX_LCCtype.java | 85 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/ |
D | tagged-globals-pic.ll | 4 ; Ensure that GlobalISel lowers correctly. GlobalISel is the default ISel for 5 ; -O0 on aarch64. GlobalISel lowers the instruction sequence in the static
|
D | speculation-hardening.ll | 126 ; GlobalISel lowers the branch to a b.ne sometimes instead of b.ge as expected..
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | inline-asm-flag-clobber.ll | 21 ; Make sure that we translate this to the bswap intrinsic which lowers down without the
|
D | copy-eflags.ll | 148 ; This lowers to a conditional tail call instead of a conditional branch. This
|
/external/llvm/test/CodeGen/X86/ |
D | inline-asm-flag-clobber.ll | 21 ; Make sure that we translate this to the bswap intrinsic which lowers down without the
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | funnel-shift2.ll | 3 ; This patch corrects the order of operands in the pattern that lowers funnel
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | simd-shuffle-bitcast.ll | 4 ; optimizes and lowers to a single splat instruction. Without a custom
|
D | switch-in-loop.ll | 4 ;; bytecode interpreter) lowers reasonably without any irreducible
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/ |
D | fabs-cost-softfp.ll | 4 ; On plaforms where fp128 lowers to an interger type (soft-fp) we
|
/external/llvm-project/flang/unittests/Runtime/ |
D | hello.cpp | 50 SubscriptValue lowers[]{0}, uppers[]{4}, strides[]{1}; in multiline() local 54 CFI_section(§ion.raw(), &whole.raw(), lowers, uppers, strides)}) { in multiline()
|
/external/llvm-project/llvm/test/Transforms/Coroutines/ |
D | coro-early.ll | 1 ; Tests that CoroEarly pass correctly lowers coro.resume, coro.destroy
|
/external/llvm-project/llvm/test/CodeGen/NVPTX/ |
D | call-with-alloca-buffer.ll | 3 ; Checks how NVPTX lowers alloca buffers and their passing to functions.
|
/external/llvm/test/CodeGen/NVPTX/ |
D | call-with-alloca-buffer.ll | 3 ; Checks how NVPTX lowers alloca buffers and their passing to functions.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Threading.inc | 112 // Begin background processing mode. The system lowers the resource scheduling
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MSA.txt | 45 it lowers directly to MipsISD::VSHF instead of using common IR.
|
/external/llvm/lib/Target/Mips/ |
D | MSA.txt | 45 it lowers directly to MipsISD::VSHF instead of using common IR.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MSA.txt | 45 it lowers directly to MipsISD::VSHF instead of using common IR.
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | symbols.test | 75 # RUN: llvm-readelf -s --elf-output-style=LLVM %t64 > %t.lowers 76 # RUN: cmp %t.symbols %t.lowers
|
/external/tensorflow/tensorflow/compiler/mlir/g3doc/ |
D | xla_gpu_codegen.md | 160 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/ |
D | Threading.inc | 114 // Begin background processing mode. The system lowers the resource scheduling
|
/external/llvm-project/llvm/test/CodeGen/Mips/cconv/ |
D | return-struct.ll | 53 ; This test is based on the way clang currently lowers {i8,i8} to {i16}.
|
/external/llvm/test/CodeGen/Mips/cconv/ |
D | return-struct.ll | 47 ; This test is based on the way clang currently lowers {i8,i8} to {i16}.
|
/external/llvm-project/mlir/docs/Rationale/ |
D | RationaleSimplifiedPolyhedralForm.md | 169 This form has great power, and the polyhedral code generator (which lowers from 406 1. Partial code generation lowers to the simplified form
|