Home
last modified time | relevance | path

Searched refs:INLINEASM_BR (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp87 case ISD::INLINEASM_BR: break; in numberRCValPredInSU()
124 case ISD::INLINEASM_BR: break; in numberRCValSuccInSU()
449 case ISD::INLINEASM_BR: in SUSchedulingCost()
552 case ISD::INLINEASM_BR: in initNumRegDefsLeft()
H A DInstrEmitter.cpp1319 case ISD::INLINEASM_BR: { in EmitSpecialNode()
1325 unsigned TgtOpc = Node->getOpcode() == ISD::INLINEASM_BR in EmitSpecialNode()
1326 ? TargetOpcode::INLINEASM_BR in EmitSpecialNode()
H A DScheduleDAGFast.cpp481 Node->getOpcode() == ISD::INLINEASM_BR) { in DelayForLiveRegsBottomUp()
H A DSelectionDAGDumper.cpp199 case ISD::INLINEASM_BR: return "inlineasm_br"; in getOperationName()
H A DScheduleDAGRRList.cpp719 case ISD::INLINEASM_BR: in EmitNode()
1365 Node->getOpcode() == ISD::INLINEASM_BR) { in DelayForLiveRegsBottomUp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIEliminationUtils.cpp55 I->getOpcode() == TargetOpcode::INLINEASM_BR) { in findPHICopyInsertPoint()
H A DVLIWMachineScheduler.cpp126 case TargetOpcode::INLINEASM_BR: in isResourceAvailable()
176 case TargetOpcode::INLINEASM_BR: in reserveResources()
H A DTailDuplicator.cpp661 if (MI.getOpcode() == TargetOpcode::INLINEASM_BR) in shouldTailDuplicate()
H A DRegAllocFast.cpp1112 if (MI.getOpcode() == TargetOpcode::INLINEASM_BR) { in defineVirtReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp75 MI.getOpcode() == AArch64::INLINEASM_BR) in computeBlockSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp440 case RISCV::INLINEASM_BR: { in foldIntoMemoryOps()
520 UseMI.getOpcode() == RISCV::INLINEASM_BR) { in foldIntoMemoryOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp294 case TargetOpcode::INLINEASM_BR: { in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchMergeBaseOffset.cpp640 case LoongArch::INLINEASM_BR: { in foldIntoMemoryOps()
744 UseMI.getOpcode() == LoongArch::INLINEASM_BR) { in foldIntoMemoryOps()
H A DLoongArchInstrInfo.cpp237 Opcode == TargetOpcode::INLINEASM_BR) { in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1207 INLINEASM_BR, enumerator
H A DMachineInstr.h1403 getOpcode() == TargetOpcode::INLINEASM_BR;
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp338 case ISD::INLINEASM_BR: { in Select()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelDAGToDAG.cpp113 case ISD::INLINEASM_BR: in INITIALIZE_PASS()
H A DCSKYInstrInfo.cpp612 case TargetOpcode::INLINEASM_BR: in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp95 case TargetOpcode::INLINEASM_BR: in hasSourceMods()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp491 case TargetOpcode::INLINEASM_BR: { in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIPeephole.cpp697 if (MI.getOpcode() != TargetOpcode::INLINEASM_BR) in removeMayGotoZero()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp424 case PPC::INLINEASM_BR: in gatherVectorInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp568 if (Opcode == ARM::INLINEASM || Opcode == ARM::INLINEASM_BR) in rewriteT2FrameIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp711 case TargetOpcode::INLINEASM_BR: { // Inline Asm: Variable size. in getInstSizeInBytes()

12