Searched refs:AAS (Results 1 – 9 of 9) sorted by relevance
| /src/sys/dev/pcf/ |
| H A D | pcfvar.h | 40 #define AAS 0x04 /* addressed as slave */ macro
|
| H A D | pcf.c | 270 if (status & AAS) { in pcf_intr()
|
| /src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | COFFYAML.cpp | 517 IO &IO, COFF::AuxiliarybfAndefSymbol &AAS) { in mapping() argument 518 IO.mapRequired("Linenumber", AAS.Linenumber); in mapping() 519 IO.mapRequired("PointerToNextFunction", AAS.PointerToNextFunction); in mapping()
|
| /src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | COFFYAML.h | 237 static void mapping(IO &IO, COFF::AuxiliarybfAndefSymbol &AAS); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 391 const StateType &AAS = AA->getState(); in clampReturnedValueStates() local 393 T = StateType::getBestState(AAS); in clampReturnedValueStates() 394 *T &= AAS; in clampReturnedValueStates() 395 LLVM_DEBUG(dbgs() << "[Attributor] AA State: " << AAS << " RV State: " << T in clampReturnedValueStates() 473 const StateType &AAS = AA->getState(); in clampCallSiteArgumentStates() local 475 T = StateType::getBestState(AAS); in clampCallSiteArgumentStates() 476 *T &= AAS; in clampCallSiteArgumentStates() 477 LLVM_DEBUG(dbgs() << "[Attributor] AA State: " << AAS << " CSA State: " << T in clampCallSiteArgumentStates()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ScheduleAtom.td | 704 def : InstRW<[AtomWrite01_13], (instrs AAA, AAS)>;
|
| H A D | X86InstrMisc.td | 1056 def AAS : I<0x3F, RawFrm, (outs), (ins), "aas", []>,
|
| /src/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 193 @Article{Herndon:1961:AAS, 1110 @Article{Levine:1970:AAS, 1385 @Article{Lyness:1970:AAS, 1636 @Article{Laflin:1970:AAS, 2389 @Article{Hubner:1970:AAS, 2622 @Article{Smith:1970:AAS, 2640 @Article{Abdali:1970:AAS, 2825 @Article{Seppanen:1970:AAS, 4087 @Article{McNamee:1971:AAS, 8073 @Article{Bartels:1972:AAS, [all …]
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 4147 LangAS AAS = getASTAllocaAddressSpace(); in EmitBuiltinExpr() local 4149 if (AAS != EAS) { in EmitBuiltinExpr() 4151 return RValue::get(getTargetHooks().performAddrSpaceCast(*this, AI, AAS, in EmitBuiltinExpr() 4169 LangAS AAS = getASTAllocaAddressSpace(); in EmitBuiltinExpr() local 4171 if (AAS != EAS) { in EmitBuiltinExpr() 4173 return RValue::get(getTargetHooks().performAddrSpaceCast(*this, AI, AAS, in EmitBuiltinExpr()
|