Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstrDesc.h115 bool isBranchTarget() const { return Flags & (1 << MCOI::BranchTarget); } in isBranchTarget() function
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6046 if (Desc.OpInfo[i - 1].isBranchTarget()) in parseMSInlineAsm()
H A DMasmParser.cpp7442 if (Desc.OpInfo[i - 1].isBranchTarget()) in parseMSInlineAsm()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1009 bool isBranchTarget() const { in isBranchTarget() function in __anone48315620111::AArch64Operand
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td576 let PredicateMethod = "isBranchTarget<" # N # ">";