Home
last modified time | relevance | path

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

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