HomeSort by: relevance | last modified time | path
    Searched refs:Fast (Results 1 - 25 of 108) sorted by relevancy

1 2 3 4 5

  /src/games/hack/
hack.timeout.c 95 case FAST:
133 Fast = 0;
hack.potion.c 211 if (!(Fast & ~INTRINSIC))
215 Fast += rn1(10, 100);
402 Fast += rnd(5);
hack.h 141 #define FAST (LAST_RING+1) /* not a ring */
142 #define Fast u.uprops[FAST].p_flgs
hack.main.c 375 (!(Fast & ~INTRINSIC) && (!Fast || rn2(3)))) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
CallingConv.h 40 /// Fast - This calling convention attempts to make calls as fast as
42 Fast = 8,
78 /// Tail - This calling convention attemps to make calls as fast as
104 /// X86_FastCall - 'fast' analog of X86_StdCall. Passes first two arguments
  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
CGPassBuilderOption.h 25 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP };
TargetOptions.h 37 Fast, // Enable fusion of FP ops wherever it's profitable.
213 /// EnableFastISel - This flag enables fast-path instruction selection
346 /// Fast mode - allows formation of fused FP ops whenever they're
  /src/sys/rump/fs/lib/libffs/
Makefile 7 COMMENT=Berkeley Fast File System
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
Mips16ISelLowering.h 27 bool *Fast) const override;
MipsSEISelLowering.h 46 bool *Fast = nullptr) const override;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 163 // If previous instance does not exist, try to insert fast div.
283 /// Add new basic block for fast div and rem operations and put it before
425 QuotRemWithBB Fast = createFastBB(SuccessorBB);
426 QuotRemPair Result = createDivRemPhiNodes(Fast, Long, SuccessorBB);
428 Builder.CreateCondBr(CmpV, Fast.BB, SuccessorBB);
431 // General case. Create both slow and fast div/rem pairs and choose one of
438 QuotRemWithBB Fast = createFastBB(SuccessorBB);
440 QuotRemPair Result = createDivRemPhiNodes(Fast, Slow, SuccessorBB);
443 Builder.CreateCondBr(CmpV, Fast.BB, Slow.BB);
FixIrreducible.cpp 192 assert(DT.verify(DominatorTree::VerificationLevel::Fast));
UnifyLoopExits.cpp 190 assert(DT.verify(DominatorTree::VerificationLevel::Fast));
LoopPeel.cpp 806 assert(DT->verify(DominatorTree::VerificationLevel::Fast));
852 assert(DT->verify(DominatorTree::VerificationLevel::Fast));
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNNSAReassign.cpp 81 NSA_Status CheckNSA(const MachineInstr &MI, bool Fast = false) const;
160 GCNNSAReassign::CheckNSA(const MachineInstr &MI, bool Fast) const {
178 if (!Fast) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIInfo.cpp 50 return CC != CallingConv::Fast ? 16 : 0;
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VERegisterInfo.cpp 39 case CallingConv::Fast:
51 case CallingConv::Fast:
VEISelLowering.h 188 bool *Fast) const override;
210 // VE LDZ instruction is fast.
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroEarly.cpp 50 CB.setCallingConv(CallingConv::Fast);
120 NoopFn->setCallingConv(CallingConv::Fast);
CoroInternal.h 247 return CallingConv::Fast;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 97 /// Assign the register banks as fast as possible (default).
98 Fast,
497 /// This is required for non-fast mode.
501 /// This is required for non-fast mode.
620 RegBankSelect(Mode RunningMode = Fast);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
RegBankSelect.cpp 56 cl::values(clEnumValN(RegBankSelect::Mode::Fast, "regbankselect-fast",
57 "Run the Fast mode (default mapping)"),
88 if (OptMode != Mode::Fast) {
100 if (OptMode != Mode::Fast) {
521 // For the fast mode, we don't compute the cost so that is fine,
646 if (OptMode == RegBankSelect::Mode::Fast) {
679 OptMode = Mode::Fast;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp 1680 Align Alignment, MachineMemOperand::Flags Flags, bool *Fast) const {
1688 // Assume that an access that meets the ABI-specified alignment is fast.
1689 if (Fast != nullptr)
1690 *Fast = true;
1695 return allowsMisalignedMemoryAccesses(VT, AddrSpace, Alignment, Flags, Fast);
1700 const MachineMemOperand &MMO, bool *Fast) const {
1702 MMO.getAlign(), MMO.getFlags(), Fast);
1709 bool *Fast) const {
1711 Flags, Fast);
1717 bool *Fast) const
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 311 bool *Fast) const override;
316 bool *Fast) const override;
417 bool *Fast) const;
420 bool *Fast) const;
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.h 71 bool *Fast) const override;

Completed in 35 milliseconds

1 2 3 4 5