HomeSort by relevance Sort by last modified time
    Searched refs:GlobalFlags (Results 1 - 16 of 16) 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 220 flags.GlobalFlags = append(flags.GlobalFlags, f)
226 flags.GlobalFlags = append(flags.GlobalFlags, f)
231 flags.GlobalFlags = append(flags.GlobalFlags, "-I"+android.PathForModuleSrc(ctx).String())
258 flags.GlobalFlags = append(flags.GlobalFlags,
271 flags.GlobalFlags = append(flags.GlobalFlags,
    [all...]
coverage.go 53 flags.GlobalFlags = append(flags.GlobalFlags, "--coverage", "-O0")
rs.go 110 flags.GlobalFlags = append(flags.GlobalFlags,
proto.go 130 flags.GlobalFlags = append(flags.GlobalFlags,
util.go 100 globalFlags: strings.Join(in.GlobalFlags, " "),
cc.go 101 GlobalFlags []string // Flags that apply to C, C++, and assembly source files
120 // These must be after any module include flags, which will be in GlobalFlags.
555 flags.GlobalFlags = append(flags.GlobalFlags, deps.Flags...)
    [all...]
cmakelists.go 151 globalParameters := parseCompilerParameters(ccModule.flags.GlobalFlags, ctx, f)
library.go 312 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 224 milliseconds