Home
last modified time | relevance | path

Searched refs:FIXME (Results 1 – 25 of 2351) sorted by relevance

12345678910>>...95

/external/llvm-project/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding-ext.txt3 # FIXME: decode as beqlr 0
7 # FIXME: decode as beqlr 1
11 # FIXME: decode as beqlr 2
15 # FIXME: decode as beqlr 3
19 # FIXME: decode as beqlr 4
23 # FIXME: decode as beqlr 5
27 # FIXME: decode as beqlr 6
31 # FIXME: decode as beqlr 7
299 # FIXME: decode as bltlr 2
303 # FIXME: decode as bltlr 0
[all …]
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding-ext.txt3 # FIXME: decode as beqlr 0
7 # FIXME: decode as beqlr 1
11 # FIXME: decode as beqlr 2
15 # FIXME: decode as beqlr 3
19 # FIXME: decode as beqlr 4
23 # FIXME: decode as beqlr 5
27 # FIXME: decode as beqlr 6
31 # FIXME: decode as beqlr 7
299 # FIXME: decode as bltlr 2
303 # FIXME: decode as bltlr 0
[all …]
/external/llvm-project/llvm/utils/gn/secondary/compiler-rt/lib/asan/
DBUILD.gn23 assert(current_os != "win", "FIXME")
109 # FIXME: have SANITIZER_COMMON_CFLAGS thingy? should fno-builtin be in
116 # FIXME: link rt dl m pthread log
117 # FIXME: dep on libcxx-headers?
118 # FIXME: add_sanitizer_rt_version_list (cf hwasan)
119 # FIXME: need libclang_rt.asan*.a.syms?
120 # FIXME: windows flags (-Zl -nodefaultlibs)
121 # FIXME: asan_blacklist.txt
171 # FIXME: better
174 # FIXME: -Wl,-rpath
[all …]
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dfp16-fmla.ll87 ; CHECK-FIXME: Currently LLVM produces inefficient code:
90 ; CHECK-FIXME: It should instead produce the following instruction:
91 ; CHECK-FIXME: fmla {{v[0-9]+}}.4h, {{v[0-9]+}}.4h, {{v[0-9]+}}.4h
101 ; CHECK-FIXME: Currently LLVM produces inefficient code:
104 ; CHECK-FIXME: It should instead produce the following instruction:
105 ; CHECK-FIXME: fmla {{v[0-9]+}}.4h, {{v[0-9]+}}.4h, {{v[0-9]+}}.4h
115 ; CHECK-FIXME: Currently LLVM produces inefficient code:
118 ; CHECK-FIXME: It should instead produce the following instruction:
119 ; CHECK-FIXME: fmla {{v[0-9]+}}.8h, {{v[0-9]+}}.8h, {{v[0-9]+}}.8h
129 ; CHECK-FIXME: Currently LLVM produces inefficient code:
[all …]
Darm64-movi.ll112 ; FIXME: Prefer "mov w0, #2863311530; lsl x0, x0, #4"
124 ; FIXME: prefer "mov x0, #-16639; lsl x0, x0, #24"
135 ; FIXME: prefer "mov w0, #-63; movk x0, #17, lsl #32"
325 ; FIXME: prefer "mov x0, #2147483646; orr x0, x0, #36028659580010496"
354 ; FIXME: prefer "mov x0, #72340172838076673; and x0, x0, #2199023255296"
365 ; FIXME: prefer "mov w0, #-1431655766; movk x0, #9, lsl #32"
376 ; FIXME: prefer "mov w0, #-13690; orr x0, x0, #0x1111111111111111"
387 ; FIXME: prefer "mov w0, #-305397761; eor x0, x0, #0x3333333333333333"
398 ; FIXME: prefer "mov x0, #536866816; orr x0, x0, #0x3fff800000000000"
409 ; FIXME: prefer "mov x0, #558551907040256; orr x0, x0, #0x1000100010001000"
[all …]
/external/llvm/test/MC/PowerPC/
Dppc64-encoding.s285 # FIXME: Fixed-point move assist instructions
301 # FIXME: addo 2, 3, 4
302 # FIXME: addo. 2, 3, 4
309 # FIXME: subfo 2, 3, 4
310 # FIXME: subfo. 2, 3, 4
327 # FIXME: addco 2, 3, 4
328 # FIXME: addco. 2, 3, 4
335 # FIXME: subfco 2, 3, 4
336 # FIXME: subfco. 2, 3, 4
344 # FIXME: addeo 2, 3, 4
[all …]
/external/llvm-project/llvm/utils/docker/example/
DDockerfile12 # FIXME: Replace 'ubuntu' with your base image
14 # FIXME: Change maintainer name
16 # FIXME: Install llvm/clang build dependencies here. Including compiler to
31 # FIXME: Replace 'ubuntu' with your base image.
33 # FIXME: Change maintainer name.
35 # FIXME: Install all packages you want to have in your release container.
/external/llvm-project/clang/test/Analysis/
Dretain-release-path-notes.m285 [_unownedProp retain]; // FIXME-note {{Object loaded from instance variable}}
286 // FIXME-note@-1 {{Reference count incremented. The object now has a +1 retain count}}
287 [_unownedProp release]; // FIXME-note {{Reference count decremented}}
288 …[_unownedProp release]; // FIXME-note {{Incorrect decrement of the reference count of an object th…
289 // FIXME-warning@-1 {{not owned at this point by the caller}}
293 [_ownedProp retain]; // FIXME-note {{Object loaded from instance variable}}
294 // FIXME-note@-1 {{Reference count incremented. The object now has a +1 retain count}}
295 [_ownedProp release]; // FIXME-note {{Reference count decremented}}
296 [_ownedProp release]; // FIXME-note {{Strong instance variable relinquished. Object released}}
297 [_ownedProp myMethod]; // FIXME-note {{Reference-counted object is used after it is released}}
[all …]
Dproperties.m688 [_ownedProp release]; // FIXME-warning{{used after it is released}}
694 [_unownedProp release]; // FIXME-warning{{not owned at this point by the caller}}
701 [_ivarOnly release]; // FIXME-warning{{used after it is released}}
708 [_readonlyProp release]; // FIXME-warning{{used after it is released}}
715 [_implicitManualProp release]; // FIXME-warning{{used after it is released}}
721 [_implicitSynthProp release]; // FIXME-warning{{not owned at this point by the caller}}
728 CFRelease(_cfProp); // FIXME-warning{{used after it is released}}
735 [_ownedProp myMethod]; // FIXME-warning{{used after it is released}}
742 [_ivarOnly myMethod]; // FIXME-warning{{used after it is released}}
751 CFUse(_cfProp); // FIXME-warning{{used after it is released}}
[all …]
/external/llvm-project/lldb/test/Shell/Settings/
DTestStopCommandSourceOnError.test11 # FIXME: Should stop
14 # FIXME: Should continue
17 # FIXME: Should continue
20 # FIXME: Should continue
23 # FIXME: Should continue
/external/llvm-project/llvm/test/MC/Mips/
Delf_header.s19 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips1 -target-abi=o32 …
20 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips2 -target-abi=o32 …
21 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips3 -target-abi=o32 …
22 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips4 -target-abi=o32 …
23 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips5 -target-abi=o32 …
24 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -target-abi=o32 …
25 # FIXME: llvm-mc -filetype=obj -triple mips64el-unknown-linux -target-abi=o32 …
26 # FIXME: llvm-mc -filetype=obj -triple mips64el-unknown-linux -target-abi=o32 …
27 # FIXME: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips32r2 -target-abi=o32 …
28 # FIXME: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips32r3 -target-abi=o32 …
[all …]
/external/llvm-project/llvm/utils/gn/secondary/llvm/tools/llvm-config/
DBUILD.gn29 # FIXME: Why doesn't llvm-config do this, why is this done in
79 # FIXME: Only the bits needed to run LLVM's test are implemented.
80 "LLVM_CPPFLAGS=.", # FIXME
81 "LLVM_CFLAGS=.", # FIXME
82 "LLVM_LDFLAGS=.", # FIXME
83 "LLVM_CXXFLAGS=.", # FIXME
/external/llvm-project/compiler-rt/test/sanitizer_common/
DCMakeLists.txt11 # FIXME(dliew): We should switch to COMPILER_RT_SANITIZERS_TO_BUILD instead of
23 # FIXME(dliew): Remove this.
30 # FIXME(dliew): These tests should be made to work on all platforms.
48 # FIXME(dliew): Remove this.
82 # FIXME(dliew): LSan i386 on Darwin is completly broken right now.
98 # FIXME: support unit test in the android test runner
/external/llvm/test/CodeGen/AMDGPU/
Dftrunc.ll32 ; FIXME-FUNC-LABEL: {{^}}ftrunc_v3f32:
33 ; FIXME-EG: TRUNC
34 ; FIXME-EG: TRUNC
35 ; FIXME-EG: TRUNC
36 ; FIXME-SI: v_trunc_f32_e32
37 ; FIXME-SI: v_trunc_f32_e32
38 ; FIXME-SI: v_trunc_f32_e32
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dftrunc.ll32 ; FIXME-FUNC-LABEL: {{^}}ftrunc_v3f32:
33 ; FIXME-EG: TRUNC
34 ; FIXME-EG: TRUNC
35 ; FIXME-EG: TRUNC
36 ; FIXME-SI: v_trunc_f32_e32
37 ; FIXME-SI: v_trunc_f32_e32
38 ; FIXME-SI: v_trunc_f32_e32
/external/llvm/lib/Target/X86/
DX86ScheduleBtVer2.td26 // FIXME: SSE4/AVX is unimplemented. This flag is set to allow
41 // Any pipe - FIXME we need this until we can discriminate between int/fpu load/store/moves properly
118 // FIXME 8/16 bit divisions
129 // FIXME: SAGU 3-operand LEA
140 // FIXME: Split x86 and SSE load/store/moves
163 // FIXME: should we bother splitting JFPU pipe + unit stages for fast instructions?
164 // FIXME: Double precision latencies
165 // FIXME: SS vs PS latencies
166 // FIXME: ymm latencies
195 // FIXME: integer pipes
[all …]
/external/clang/test/Analysis/
Dproperties.m660 [_ownedProp release]; // FIXME-warning{{used after it is released}}
666 [_unownedProp release]; // FIXME-warning{{not owned at this point by the caller}}
673 [_ivarOnly release]; // FIXME-warning{{used after it is released}}
680 [_readonlyProp release]; // FIXME-warning{{used after it is released}}
687 [_implicitManualProp release]; // FIXME-warning{{used after it is released}}
693 [_implicitSynthProp release]; // FIXME-warning{{not owned at this point by the caller}}
700 CFRelease(_cfProp); // FIXME-warning{{used after it is released}}
707 [_ownedProp myMethod]; // FIXME-warning{{used after it is released}}
714 [_ivarOnly myMethod]; // FIXME-warning{{used after it is released}}
723 CFUse(_cfProp); // FIXME-warning{{used after it is released}}
[all …]
/external/llvm-project/llvm/test/CodeGen/Mips/Fast-ISel/
Dicmpa.ll27 ; FIXME: This instruction is redundant. The sltiu can only produce 0 and 1.
48 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
68 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
88 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
108 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
128 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
147 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
166 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
187 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
206 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dicmpa.ll27 ; FIXME: This instruction is redundant. The sltiu can only produce 0 and 1.
48 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
68 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
88 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
108 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
128 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
147 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
166 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
187 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
206 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
/external/swiftshader/src/OpenGL/common/
Ddebug.h46 #define FIXME(message, ...) (void(0)) macro
48 #define FIXME(message, ...) do {es::trace("fixme: %s(%d): " message "\n", __FUNCTION__, __LINE__, #… macro
80 #define UNIMPLEMENTED(...) FIXME("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__)
/external/llvm-project/libcxx/include/
Dmodule.modulemap10 // FIXME: The standard does not require that each of these submodules
51 // FIXME: <stdalign.h> is missing.
62 // FIXME: This module only exists on OS X and for some reason the
81 // FIXME: <uchar.h> is missing.
164 // FIXME: <cstdalign> is missing.
204 // FIXME: <cuchar> is missing.
339 // FIXME: should re-export ios, streambuf?
395 // FIXME: should re-export ios, streambuf?
433 // FIXME: should re-export istream, ostream, ios, streambuf, string?
524 // FIXME: These should be private.
[all …]
/external/libcxx/include/
Dmodule.modulemap10 // FIXME: The standard does not require that each of these submodules
48 // FIXME: <stdalign.h> is missing.
59 // FIXME: This module only exists on OS X and for some reason the
78 // FIXME: <uchar.h> is missing.
161 // FIXME: <cstdalign> is missing.
201 // FIXME: <cuchar> is missing.
323 // FIXME: should re-export ios, streambuf?
370 // FIXME: should re-export ios, streambuf?
403 // FIXME: should re-export istream, ostream, ios, streambuf, string?
494 // FIXME: These should be private.
[all …]
/external/llvm/test/CodeGen/Mips/llvm-ir/
Dsdiv.ll43 ; FIXME: The sll/sra instructions are redundant since div is signed.
49 ; FIXME: The sll/sra instructions are redundant since div is signed.
75 ; FIXME: The sll/sra instructions are redundant since div is signed.
82 ; FIXME: This instruction is redundant.
87 ; FIXME: This instruction is redundant.
110 ; FIXME: The sll/sra instructions are redundant since div is signed.
117 ; FIXME: This is instruction is redundant since div is signed.
122 ; FIXME: This is instruction is redundant since div is signed.
/external/llvm-project/llvm/test/CodeGen/Mips/
Dcmov.ll32 ; FIXME: This sll works around an implementation detail in the code generator
72 ; FIXME: This sll works around an implementation detail in the code generator
125 ; FIXME: Use xori instead of addiu+xor.
135 ; FIXME: Use xori instead of addiu+xor.
195 ; FIXME: Use xori instead of addiu+xor.
213 ; FIXME: Use xori instead of addiu+xor.
248 ; FIXME: We can do better than this by using selccz to choose between +0 and +2
261 ; FIXME: We can do better than this by using selccz to choose between +0 and +2
285 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
300 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
[all …]
/external/llvm/test/CodeGen/Mips/
Dcmov.ll32 ; FIXME: This sll works around an implementation detail in the code generator
72 ; FIXME: This sll works around an implementation detail in the code generator
125 ; FIXME: Use xori instead of addiu+xor.
135 ; FIXME: Use xori instead of addiu+xor.
195 ; FIXME: Use xori instead of addiu+xor.
213 ; FIXME: Use xori instead of addiu+xor.
248 ; FIXME: We can do better than this by using selccz to choose between +0 and +2
261 ; FIXME: We can do better than this by using selccz to choose between +0 and +2
285 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
300 ; FIXME: We can do better than this by using selccz to choose between -0 and -2
[all …]

12345678910>>...95