Home
last modified time | relevance | path

Searched refs:PCRelLabel (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp349 MachineOperand PCRelLabel = in addLinkerOpt() local
351 Pair->DefInst->addOperand(*MF, PCRelLabel); in addLinkerOpt()
352 Pair->UseInst->addOperand(*MF, PCRelLabel); in addLinkerOpt()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td607 class PCRelLabel<int N> : BranchTarget<N> {
608 let Name = "PCRelLabel" # N;
613 def PCRelLabel19Operand : PCRelLabel<19>;