Home
last modified time | relevance | path

Searched refs:isAuthenticated (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp141 FLAG(isAuthenticated) in EmitInstrDocs()
H A DCodeGenInstruction.h284 bool isAuthenticated : 1; variable
H A DCodeGenInstruction.cpp402 isAuthenticated = R->getValueAsBit("isAuthenticated"); in CodeGenInstruction()
H A DInstrInfoEmitter.cpp1168 if (Inst.isAuthenticated) OS << "|(1ULL<<MCID::Authenticated)"; in emitRecord()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstrDesc.h424 bool isAuthenticated() const { in isAuthenticated() function
/llvm-project-15.0.7/llvm/unittests/Target/AArch64/
H A DInstSizes.cpp97 EXPECT_TRUE(I->getDesc().isAuthenticated()); in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1398 return InstrDesc.isAuthenticated() || IsBrkC47x; in IsAuthenticated()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTarget.td563 bit isAuthenticated = false; // Does this instruction authenticate a pointer?
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DProgRef.rst1932 bit isAuthenticated = 0;
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td1270 let isAuthenticated = 1 in {
1278 let isAuthenticated = 1 in {
1286 let isAuthenticated = 1 in {
H A DAArch64InstrFormats.td1751 let isAuthenticated = 1;
1791 let isAuthenticated = 1;