Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp1893 CreateCondCode(AArch64CC::CondCode Code, SMLoc S, SMLoc E, MCContext &Ctx) { in CreateCondCode() function in __anon1a2c50be0111::AArch64Operand
2732 AArch64Operand::CreateCondCode(CC, S, getLoc(), getContext())); in parseCondCode()
3809 AArch64Operand::CreateCondCode(CC, NameLoc, NameLoc, getContext())); in ParseInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp3390 static std::unique_ptr<ARMOperand> CreateCondCode(ARMCC::CondCodes CC, in CreateCondCode() function in __anon0868262c0111::ARMOperand
4158 Operands.push_back(ARMOperand::CreateCondCode(ARMCC::CondCodes(CC), S)); in parseITCondCode()
6894 Operands.push_back(ARMOperand::CreateCondCode( in ParseInstruction()