Home
last modified time | relevance | path

Searched refs:Aggressive (Results 1 – 25 of 63) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp461 if (EnableSVEIntrinsicOpts && TM->getOptLevel() == CodeGenOpt::Aggressive) in addIRPasses()
497 if (TM->getOptLevel() == CodeGenOpt::Aggressive && EnableGEPOpt) { in addIRPasses()
527 bool OnlyOptimizeForSize = (TM->getOptLevel() < CodeGenOpt::Aggressive) && in addPreISel()
675 if (TM->getOptLevel() >= CodeGenOpt::Aggressive && EnableLoadStoreOpt) in addPreEmitPass()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCodeGen.h56 Aggressive = 3 // -O3 enumerator
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/
H A Ddraft-ietf-ipsec-isakmp-hybrid-auth-05.txt180 Aggressive Mode. When defining a new authentication method, which is
220 either Main Mode or Aggressive Mode, an SA in which the
291 Phase 1 Exchange can use either Aggressive Mode or Main Mode. The
352 providing identity protection for the Client even if Aggressive Mode
375 Aggressive Mode hybrid authentication, Edge Device initiator:
413 in Aggressive Mode, thus revealing the identity of the User, these
414 proposed methods provide, when used in conjunction with Aggressive
H A Drfc2409.txt270 ISAKMP Security Association (SA). "Main Mode" and "Aggressive Mode"
271 each accomplish a phase 1 exchange. "Main Mode" and "Aggressive Mode"
310 is not needed, "Aggressive Mode" can be used to reduce round trips
313 encryption to authenticate an Aggressive Mode exchange will still
402 exchange: Main Mode and Aggressive Mode. Each generates authenticated
404 MUST be implemented; Aggressive Mode SHOULD be implemented. In
438 Similarly, Aggressive Mode is an instantiation of the ISAKMP
439 Aggressive Exchange. The first two messages negotiate policy,
444 XCHG for Aggressive Mode is ISAKMP Aggressive. The final message MAY
456 exchange is complete. The graphic depictions of Aggressive Mode show
[all …]
H A Drfc3947.txt217 Main Mode, and in the second and third packets in the Aggressive
288 Aggressive Mode (authentication with signatures):
363 Mode or an Aggressive Mode packet (with the same cookies as previous
365 or Aggressive exchange, then it is processed normally (the other end
384 The procedure for Aggressive Mode is very similar. After the NAT has
413 payload in Main Mode/Aggressive Mode MUST be set to 0.
665 Main Mode nor in Aggressive Mode. This means that attacker can
H A Ddraft-ietf-ipsec-nat-t-ike-08.txt206 Mode, and in second and third packet in the Aggressive Mode.
262 An example of Phase 1 exchange using NAT-Traversal in Aggressive Mode
332 Aggressive Mode packet (with same cookies than previous packets), it
333 SHOULD be discarded. If the packet is new Main Mode or Aggressive
359 The procedure for Aggressive Mode is very similar. After the NAT has
382 payload in Main Mode/Aggressive Mode MUST be set to 0.
613 in Main Mode nor in Aggressive Mode. This means that attacker can
H A Ddraft-beaulieu-ike-xauth-02.txt51 Main Mode or Aggressive Mode) as well as any authentication method
99 combinations of modes (i.e. Main Mode, Aggressive Mode, etc) and
386 1 negotiation (available in Main Mode and Aggressive Mode) but only
395 currently works for Aggressive Mode, and may work with modes defined
768 defined: Main Mode and Aggressive Mode. There are also at least 5
782 Main Mode and/or Aggressive mode.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp136 case CodeGenOpt::Aggressive: in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp424 if (getOptLevel() == CodeGenOpt::Aggressive) in addIRPasses()
451 bool OnlyOptimizeForSize = (TM->getOptLevel() < CodeGenOpt::Aggressive) && in addPreISel()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp158 case '3': OLvl = CodeGenOpt::Aggressive; break; in LLVMFuzzerInitialize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h42 CodeGenOpt::Level CGOptLevel = CodeGenOpt::Aggressive;
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-llvm/
H A Dhandle_llvm.cpp67 case '3': OLvl = CodeGenOpt::Aggressive; break; in getOptLevel()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
H A Dllvm_target.ml20 | Aggressive Constructor
H A Dllvm_target.mli25 | Aggressive Constructor
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp234 return CodeGenOpt::Aggressive; in getOptLevelToEnablePostRAScheduler()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp108 Aggressive("aggressive-ext-opt", cl::Hidden, variable
175 if (Aggressive) { in getAnalysisUsage()
546 } else if (Aggressive && DT->dominates(&MBB, UseMBB)) { in INITIALIZE_PASS_DEPENDENCY()
1605 DT = Aggressive ? &getAnalysis<MachineDominatorTree>() : nullptr; in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachineC.cpp142 OL = CodeGenOpt::Aggressive; in LLVMCreateTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp244 if (getOptLevel() == CodeGenOpt::Aggressive) in addEarlyCSEOrGVNPass()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp291 Conf.CGOptLevel = CodeGenOpt::Aggressive; in run()
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/doc/
H A DREADME.gssapi94 method will only work in main mode. Aggressive mode does not allow
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp202 Config.CGOptLevel = CodeGenOpt::Aggressive; in setOptLevel()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp453 case '3': OLvl = CodeGenOpt::Aggressive; break; in compileModule()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLexicon.rst16 Aggressive Dead Code Elimination
H A DCompileCudaWithLLVM.rst509 * `Aggressive speculative execution
532 * Aggressive loop unrolling and function inlining -- Loop unrolling and
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp538 CodeGen->setCodeGenOptLevel(CodeGenOpt::Aggressive); in thinlto_create_codegen()

123