Home
last modified time | relevance | path

Searched refs:TargetVal (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp188 const MCValue &TargetVal, in applyFixup() argument
193 auto Target = TargetVal; in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp377 auto TargetVal = MCValue::get(Target.getAddSym(), Target.getSubSym(), Value, in applyFixup() local
379 if (forceRelocation(F, Fixup, TargetVal)) in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp7891 for (auto [TeamsVal, TargetVal] : zip_equal( in emitTargetCall()
7894 Value *NumThreads = InitMaxThreadsClause(TargetVal); in emitTargetCall()