Searched refs:codegens (Results 1 – 17 of 17) sorted by relevance
/aosp_15_r20/development/scripts/ |
H A D | cargo2rulesmk.py | 201 self.codegens = [] # follows -C, some ignored 247 self.codegens.append(flag) 430 self.codegens = sorted(set(self.codegens)) 510 dump_list("// codegen = %s", self.codegens) 575 if self.codegens: # TODO: support crates that require codegen flags 578 str(self.codegens)
|
/aosp_15_r20/art/test/570-checker-select/ |
H A D | info.txt | 1 Tests for HSelect codegens.
|
/aosp_15_r20/development/tools/cargo_embargo/src/cargo/ |
H A D | cargo_out.rs | 386 out.codegens.push(arg.to_string()); in from_rustc_invocation() 442 out.codegens.sort(); in from_rustc_invocation()
|
/aosp_15_r20/development/tools/cargo_embargo/src/ |
H A D | cargo.rs | 89 pub codegens: Vec<String>, // -C field
|
H A D | main.rs | 1142 flags.extend(crate_.codegens.iter().map(|codegen| format!("-C {}", codegen))); in crate_to_bp_modules() 1309 flags.extend(crate_.codegens.iter().map(|codegen| format!("-C {}", codegen))); in crate_to_rulesmk()
|
/aosp_15_r20/external/llvm/test/CodeGen/X86/ |
H A D | fabs.ll | 1 ; Make sure this testcase codegens to the fabs instruction, not a call to fabsf
|
H A D | sincos.ll | 1 ; Make sure this testcase codegens to the sin and cos instructions, not calls
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A D | README.txt | 23 codegens to this:
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Sparc/ |
H A D | README.txt | 23 codegens to this:
|
/aosp_15_r20/external/llvm/lib/Target/Sparc/ |
H A D | README.txt | 23 codegens to this:
|
/aosp_15_r20/external/grpc-grpc-java/compiler/ |
H A D | README.md | 50 will make it available to any build tool that pulls codegens from Maven
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/cmake/llvm/ |
D | LLVM-Config.cmake | 159 # Link all the codegens from all the targets
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/cmake/llvm/ |
D | LLVM-Config.cmake | 159 # Link all the codegens from all the targets
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/cmake/llvm/ |
D | LLVM-Config.cmake | 159 # Link all the codegens from all the targets
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/cmake/llvm/ |
D | LLVM-Config.cmake | 159 # Link all the codegens from all the targets
|
/aosp_15_r20/external/perfetto/docs/design-docs/ |
H A D | protozero.md | 84 protobuf codegens generate both a .cc and a .h file.
|
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
H A D | commit.csv | 80649 …ca,platform/art,[email protected],Fix x86 and x64 codegens for 8/16 stores. 80797 …78abbda3f,platform/art,[email protected],64bits codegens need to drag thei… 82866 …1c8,platform/art,[email protected],ART: Clean up patching data in codegens.
|