Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp1098 MCInst Relaxed = F.getInst(); in relaxInstruction() local
1099 getBackend().relaxInstruction(Relaxed, *F.getSubtargetInfo()); in relaxInstruction()
1102 F.setInst(Relaxed); in relaxInstruction()
1105 getEmitter().encodeInstruction(Relaxed, F.getContents(), F.getFixups(), in relaxInstruction()
1123 bool Relaxed, UseZeroPad; in relaxLEB() local
1124 std::tie(Relaxed, UseZeroPad) = getBackend().relaxLEB128(*this, LF, Value); in relaxLEB()
1125 if (!Relaxed) { in relaxLEB()
H A DMCObjectStreamer.cpp377 MCInst Relaxed = Inst; in emitInstructionImpl() local
378 while (Backend.mayNeedRelaxation(Relaxed, STI)) in emitInstructionImpl()
379 Backend.relaxInstruction(Relaxed, STI); in emitInstructionImpl()
380 emitInstToData(Relaxed, STI); in emitInstructionImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp829 MCInst Relaxed = RF.getInst(); in padInstructionViaRelaxation() local
830 relaxInstruction(Relaxed, *RF.getSubtargetInfo()); in padInstructionViaRelaxation()
834 Emitter.encodeInstruction(Relaxed, Code, Fixups, *RF.getSubtargetInfo()); in padInstructionViaRelaxation()
841 RF.setInst(Relaxed); in padInstructionViaRelaxation()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrSIMD.td1459 // Relaxed swizzle
1469 // Relaxed floating-point to int conversions
1489 // Relaxed (Negative) Multiply-Add (madd/nmadd)
1530 // Relaxed floating-point min and max.
1553 // Relaxed rounding q15 multiplication
1561 // Relaxed integer dot product
1580 // Relaxed BFloat16 dot product
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsWebAssembly.def168 // Relaxed SIMD builtins
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsWebAssembly.td271 // Relaxed SIMD intrinsics (experimental)
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DClauseT.h239 ENUM(MemoryOrder, AcqRel, Acquire, Relaxed, Release, SeqCst);
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.reg666 * Relaxed Order Enable
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td652 // * 'Relaxed' immediates are supersets of the corresponding unsigned immediate.
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt13202 Relaxed a compiler restriction that disallowed a ResourceIndex byte if
17110 Relaxed typechecking on the ASL "Scope" operator to allow the
17978 algorithm was not functioning for some object types. Relaxed the
19477 1. Relaxed typechecking to allow interchangeability between
/freebsd/contrib/flex/
H A DChangeLog3781 * flex.skl, flexdef.h, flexint.h, misc.c: Relaxed tests for __STDC__