Home
last modified time | relevance | path

Searched refs:getBrCond (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp194 const MCInstrDesc &AVRInstrInfo::getBrCond(AVRCC::CondCodes CC) const { in getBrCond() function in llvm::AVRInstrInfo
352 unsigned JNCC = getBrCond(BranchCode).getOpcode(); in analyzeBranch()
422 auto &CondMI = *BuildMI(&MBB, DL, getBrCond(CC)).addMBB(TBB); in insertBranch()
DAVRInstrInfo.h69 const MCInstrDesc &getBrCond(AVRCC::CondCodes CC) const;
DAVRISelLowering.cpp1662 BuildMI(MBB, dl, TII.getBrCond(CC)).addMBB(trueMBB); in EmitInstrWithCustomInserter()