Searched refs:FIXUP (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYMCCodeEmitter.h | 98 template <llvm::CSKY::Fixups FIXUP> 109 MCFixupKind Kind = MCFixupKind(FIXUP); in getBranchSymbolOpValue() 117 template <llvm::CSKY::Fixups FIXUP> 124 MCFixupKind Kind = MCFixupKind(FIXUP); in getConstpoolSymbolOpValue() 132 template <llvm::CSKY::Fixups FIXUP> 139 MCFixupKind Kind = MCFixupKind(FIXUP); in getDataSymbolOpValue()
|
/freebsd/sys/kern/ |
H A D | kern_conf.c | 677 #define FIXUP(member, noop, giant) \ in prep_cdevsw() macro 686 FIXUP(d_open, null_open, giant_open); in prep_cdevsw() 687 FIXUP(d_fdopen, NULL, giant_fdopen); in prep_cdevsw() 688 FIXUP(d_close, null_close, giant_close); in prep_cdevsw() 689 FIXUP(d_read, no_read, giant_read); in prep_cdevsw() 690 FIXUP(d_write, no_write, giant_write); in prep_cdevsw() 691 FIXUP(d_ioctl, no_ioctl, giant_ioctl); in prep_cdevsw() 692 FIXUP(d_poll, no_poll, giant_poll); in prep_cdevsw() 693 FIXUP(d_mmap, no_mmap, giant_mmap); in prep_cdevsw() 694 FIXUP(d_strategy, no_strategy, giant_strategy); in prep_cdevsw() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ScheduleZnver4.td | 276 // FIXUP and RANGE use FP01 pipelines 1529 // FIXUP and RANGE Instructions
|