Home
last modified time | relevance | path

Searched refs:CreateCondCode (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1960 CreateCondCode(AArch64CC::CondCode Code, SMLoc S, SMLoc E, MCContext &Ctx) { in CreateCondCode() function in __anon65f0dadd0111::AArch64Operand
2808 AArch64Operand::CreateCondCode(CC, S, getLoc(), getContext())); in parseCondCode()
4043 AArch64Operand::CreateCondCode(CC, NameLoc, NameLoc, getContext())); in ParseInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp3569 static std::unique_ptr<ARMOperand> CreateCondCode(ARMCC::CondCodes CC, in CreateCondCode() function in __anonad70014b0111::ARMOperand
4343 Operands.push_back(ARMOperand::CreateCondCode(ARMCC::CondCodes(CC), S)); in parseITCondCode()
7160 Operands.push_back(ARMOperand::CreateCondCode( in ParseInstruction()