HomeSort by relevance Sort by last modified time
    Searched refs:GlobalFlags (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/Target/AMDGPU/
SIWholeQuadMode.cpp 151 char GlobalFlags = 0;
197 GlobalFlags |= Flags;
204 GlobalFlags |= StateExact;
208 return GlobalFlags;
319 char GlobalFlags = scanInstructions(MF, Worklist);
331 return GlobalFlags;
472 char GlobalFlags = analyzeFunction(MF);
473 if (!(GlobalFlags & StateWQM)) {
484 if (GlobalFlags & StateExact || !LiveMaskQueries.empty()) {
490 if (GlobalFlags == StateWQM)
    [all...]
  /build/soong/cc/
compiler.go 262 flags.GlobalFlags = append(flags.GlobalFlags, f)
268 flags.GlobalFlags = append(flags.GlobalFlags, f)
272 flags.GlobalFlags = append(flags.GlobalFlags, "-I"+android.PathForModuleSrc(ctx).String())
298 flags.GlobalFlags = append(flags.GlobalFlags,
316 flags.GlobalFlags = append(flags.GlobalFlags,
    [all...]
proto.go 111 flags.GlobalFlags = append(flags.GlobalFlags, "-I"+android.ProtoSubDir(ctx).String())
113 flags.GlobalFlags = append(flags.GlobalFlags, "-I"+android.ProtoDir(ctx).String())
gen_test.go 35 if !inList("-I"+aidl.Args["outDir"], libfoo.flags.GlobalFlags) {
58 if !inList("-I"+aidl.Args["outDir"], libfoo.flags.GlobalFlags) {
coverage.go 51 flags.GlobalFlags = append(flags.GlobalFlags, "--coverage", "-O0")
rs.go 109 flags.GlobalFlags = append(flags.GlobalFlags,
util.go 61 globalFlags: strings.Join(in.GlobalFlags, " "),
cc.go 111 GlobalFlags []string // Flags that apply to C, C++, and assembly source files
131 // These must be after any module include flags, which will be in GlobalFlags.
711 flags.GlobalFlags = append(flags.GlobalFlags, deps.Flags...)
    [all...]
cmakelists.go 163 globalParameters := parseCompilerParameters(ccModule.flags.GlobalFlags, ctx, f)
library.go 325 flags.GlobalFlags = append(flags.GlobalFlags, f)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
cmdfw.py 12 There's a class variable GlobalFlags which specifies the
33 GlobalFlags = ''
44 opts, args = getopt.getopt(args, self.GlobalFlags)
rcvs.py 351 GlobalFlags = 'd:h:p:qvL'
  /external/python/cpython2/Demo/pdist/
cmdfw.py 12 There's a class variable GlobalFlags which specifies the
33 GlobalFlags = ''
44 opts, args = getopt.getopt(args, self.GlobalFlags)
rcvs.py 351 GlobalFlags = 'd:h:p:qvL'
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
powrprof.h 26 ULONG GlobalFlags;
winbase.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Acpi50.h     [all...]

Completed in 345 milliseconds