Home
last modified time | relevance | path

Searched refs:Relaxed (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/
H A DCodeEmitter.cpp25 MCInst Relaxed(Sequence[MCID]); in getOrCreateEncodingInfo() local
27 MAB.relaxInstruction(Relaxed, STI); in getOrCreateEncodingInfo()
30 MCE.encodeInstruction(Relaxed, Code, Fixups, STI); in getOrCreateEncodingInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp1004 MCInst Relaxed = F.getInst(); in relaxInstruction() local
1005 getBackend().relaxInstruction(Relaxed, *F.getSubtargetInfo()); in relaxInstruction()
1008 F.setInst(Relaxed); in relaxInstruction()
1011 getEmitter().encodeInstruction(Relaxed, F.getContents(), F.getFixups(), in relaxInstruction()
1029 bool Relaxed, UseZeroPad; in relaxLEB() local
1030 std::tie(Relaxed, UseZeroPad) = getBackend().relaxLEB128(LF, Layout, Value); in relaxLEB()
1031 if (!Relaxed) { in relaxLEB()
H A DMCObjectStreamer.cpp460 MCInst Relaxed = Inst; in emitInstructionImpl() local
461 while (Backend.mayNeedRelaxation(Relaxed, STI)) in emitInstructionImpl()
462 Backend.relaxInstruction(Relaxed, STI); in emitInstructionImpl()
463 emitInstToData(Relaxed, STI); in emitInstructionImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp819 MCInst Relaxed = RF.getInst(); in padInstructionViaRelaxation() local
820 relaxInstruction(Relaxed, *RF.getSubtargetInfo()); in padInstructionViaRelaxation()
824 Emitter.encodeInstruction(Relaxed, Code, Fixups, *RF.getSubtargetInfo()); in padInstructionViaRelaxation()
831 RF.setInst(Relaxed); in padInstructionViaRelaxation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrSIMD.td1376 // Relaxed swizzle
1386 // Relaxed floating-point to int conversions
1406 // Relaxed (Negative) Multiply-Add (madd/nmadd)
1446 // Relaxed floating-point min and max.
1469 // Relaxed rounding q15 multiplication
1477 // Relaxed integer dot product
1496 // Relaxed BFloat16 dot product
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsWebAssembly.td253 // Relaxed SIMD intrinsics (experimental)
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsWebAssembly.def164 // Relaxed SIMD builtins
/freebsd-14.2/sys/dev/aic7xxx/
H A Daic79xx.reg666 * Relaxed Order Enable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td652 // * 'Relaxed' immediates are supersets of the corresponding unsigned immediate.
/freebsd-14.2/sys/contrib/dev/acpica/
H A Dchanges.txt12989 Relaxed a compiler restriction that disallowed a ResourceIndex byte if
16897 Relaxed typechecking on the ASL "Scope" operator to allow the
17765 algorithm was not functioning for some object types. Relaxed the
19264 1. Relaxed typechecking to allow interchangeability between
/freebsd-14.2/contrib/flex/
H A DChangeLog3781 * flex.skl, flexdef.h, flexint.h, misc.c: Relaxed tests for __STDC__