Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h116 bool isBranchTarget() const { return Flags & (1 << MCOI::BranchTarget); } in isBranchTarget() function
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6075 if (Desc.operands()[i - 1].isBranchTarget()) in parseMSInlineAsm()
H A DMasmParser.cpp7430 if (Desc.operands()[i - 1].isBranchTarget()) in parseMSInlineAsm()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1081 bool isBranchTarget() const { in isBranchTarget() function in __anon730428320111::AArch64Operand
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td645 let PredicateMethod = "isBranchTarget<" # N # ">";