Searched defs:getCondCode (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp336 AArch64CC::CondCode getCondCode() const { function in class:__anon25114::AArch64Operand
1226 Inst.addOperand(MCOperand::CreateImm(getCondCode()));
1737 OS << "<condcode " << getCondCode() << ">";
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1452 SDValue SelectionDAG::getCondCode(ISD::CondCode Cond) { function in class:SelectionDAG
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp626 ARMCC::CondCodes getCondCode() const { function in class:__anon25150::ARMOperand
1705 Inst.addOperand(MCOperand::CreateImm(unsigned(getCondCode())));
1706 unsigned RegNum = getCondCode() == ARMCC::AL ? 0: ARM::CPSR;
1732 Inst.addOperand(MCOperand::CreateImm(unsigned(getCondCode())));
2746 OS << "<ARMCC::" << ARMCondCodeToString(getCondCode()) << ">";
4424 unsigned Cond = static_cast<ARMOperand &>(*Operands[CondOp]).getCondCode();

Completed in 179 milliseconds