Home
last modified time | relevance | path

Searched refs:codegens (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/development/scripts/
H A Dcargo2rulesmk.py201 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 Dinfo.txt1 Tests for HSelect codegens.
/aosp_15_r20/development/tools/cargo_embargo/src/cargo/
H A Dcargo_out.rs386 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 Dcargo.rs89 pub codegens: Vec<String>, // -C field
H A Dmain.rs1142 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 Dfabs.ll1 ; Make sure this testcase codegens to the fabs instruction, not a call to fabsf
H A Dsincos.ll1 ; 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 DREADME.txt23 codegens to this:
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Sparc/
H A DREADME.txt23 codegens to this:
/aosp_15_r20/external/llvm/lib/Target/Sparc/
H A DREADME.txt23 codegens to this:
/aosp_15_r20/external/grpc-grpc-java/compiler/
H A DREADME.md50 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/
DLLVM-Config.cmake159 # Link all the codegens from all the targets
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/cmake/llvm/
DLLVM-Config.cmake159 # Link all the codegens from all the targets
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/cmake/llvm/
DLLVM-Config.cmake159 # Link all the codegens from all the targets
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/cmake/llvm/
DLLVM-Config.cmake159 # Link all the codegens from all the targets
/aosp_15_r20/external/perfetto/docs/design-docs/
H A Dprotozero.md84 protobuf codegens generate both a .cc and a .h file.
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv80649 …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.