Home
last modified time | relevance | path

Searched refs:isBranchTarget (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h114 bool isBranchTarget() const { return Flags & (1 << MCOI::BranchTarget); } in isBranchTarget() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6019 if (Desc.OpInfo[i - 1].isBranchTarget()) in parseMSInlineAsm()
H A DMasmParser.cpp7477 if (Desc.OpInfo[i - 1].isBranchTarget()) in parseMSInlineAsm()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1006 bool isBranchTarget() const { in isBranchTarget() function in __anon56f6c4660111::AArch64Operand
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td572 let PredicateMethod = "isBranchTarget<" # N # ">";