Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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, VecOS, Fixups, STI); in getOrCreateEncodingInfo()
/llvm-project-15.0.7/lld/test/ELF/
H A Dx86-64-tls-ie.s65 ## Relaxed to TLS IE. Share the GOT entry with GOTTPOFF.
H A Driscv-relax-call-intra-sec.s34 ## Relaxed to jal. If we don't compute the precise value of a, we may consider
/llvm-project-15.0.7/llvm/test/MC/RISCV/
H A Dscoped-relaxation.s14 # Relaxed reference, this will resolve to a pair of `RISCV_ADD64` and
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectStreamer.cpp450 MCInst Relaxed = Inst; in emitInstructionImpl() local
451 while (Backend.mayNeedRelaxation(Relaxed, STI)) in emitInstructionImpl()
452 Backend.relaxInstruction(Relaxed, STI); in emitInstructionImpl()
453 emitInstToData(Relaxed, STI); in emitInstructionImpl()
H A DMCAssembler.cpp990 MCInst Relaxed = F.getInst(); in relaxInstruction() local
991 getBackend().relaxInstruction(Relaxed, *F.getSubtargetInfo()); in relaxInstruction()
1000 getEmitter().encodeInstruction(Relaxed, VecOS, Fixups, *F.getSubtargetInfo()); in relaxInstruction()
1003 F.setInst(Relaxed); in relaxInstruction()
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp843 MCInst Relaxed = RF.getInst(); in padInstructionViaRelaxation() local
844 relaxInstruction(Relaxed, *RF.getSubtargetInfo()); in padInstructionViaRelaxation()
849 Emitter.encodeInstruction(Relaxed, VecOS, Fixups, *RF.getSubtargetInfo()); in padInstructionViaRelaxation()
856 RF.setInst(Relaxed); in padInstructionViaRelaxation()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Drelaxed-fp-atomics.ll1 ; PR52927: Relaxed atomics can load to/store from fp regs directly
/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp254 "RELAXED" >> construct<OmpClause>(construct<OmpClause::Relaxed>()) ||
350 "RELAXED" >> construct<OmpClause>(construct<OmpClause::Relaxed>())))))
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicsWebAssembly.td222 // Relaxed SIMD intrinsics (experimental)
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DBuiltinsWebAssembly.def164 // Relaxed SIMD builtins (experimental)
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrSIMD.td1337 // Relaxed swizzle
1347 // Relaxed floating-point to int conversions
1367 // Relaxed Fused Multiply- Add and Subtract (FMA/FMS)
1407 // Relaxed floating-point min and max.
1430 // Relaxed rounding q15 multiplication
1438 // Relaxed integer dot product
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp1279 } else if (std::get_if<Fortran::parser::OmpClause::Relaxed>( in genOmpAtomicHintAndMemoryOrderClauses()
1282 firOpBuilder.getContext(), omp::ClauseMemoryOrderKind::Relaxed); in genOmpAtomicHintAndMemoryOrderClauses()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dirtranslator-extract-used-by-dbg.ll138 !110 = !DIEnumerator(name: "Relaxed", value: 0)
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp995 case omp::ClauseMemoryOrderKind::Relaxed: in convertAtomicOrdering()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp1841 CHECK_SIMPLE_CLAUSE(Relaxed, OMPC_relaxed) in CHECK_SIMPLE_CLAUSE()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td651 // * 'Relaxed' immediates are supersets of the corresponding unsigned immediate.