Home
last modified time | relevance | path

Searched refs:INLINEASM_BR (Results 1 – 25 of 47) 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.cpp1318 case ISD::INLINEASM_BR: { in EmitSpecialNode()
1324 unsigned TgtOpc = Node->getOpcode() == ISD::INLINEASM_BR in EmitSpecialNode()
1325 ? TargetOpcode::INLINEASM_BR in EmitSpecialNode()
H A DScheduleDAGFast.cpp488 Node->getOpcode() == ISD::INLINEASM_BR) { in DelayForLiveRegsBottomUp()
H A DSelectionDAGDumper.cpp189 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.cpp657 if (MI.getOpcode() == TargetOpcode::INLINEASM_BR) in shouldTailDuplicate()
H A DRegAllocFast.cpp1097 if (MI.getOpcode() == TargetOpcode::INLINEASM_BR) { in defineVirtReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp80 MI.getOpcode() == AArch64::INLINEASM_BR) in computeBlockSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp418 case RISCV::INLINEASM_BR: { in foldIntoMemoryOps()
498 UseMI.getOpcode() == RISCV::INLINEASM_BR) { in foldIntoMemoryOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp299 case TargetOpcode::INLINEASM_BR: { in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1138 INLINEASM_BR, enumerator
H A DMachineInstr.h1400 getOpcode() == TargetOpcode::INLINEASM_BR;
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp340 case ISD::INLINEASM_BR: { in Select()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp88 case TargetOpcode::INLINEASM_BR: in hasSourceMods()
/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/AVR/
H A DAVRInstrInfo.cpp494 case TargetOpcode::INLINEASM_BR: { in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp224 Opcode == TargetOpcode::INLINEASM_BR) { in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp426 case PPC::INLINEASM_BR: in gatherVectorInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp672 case TargetOpcode::INLINEASM_BR: { // Inline Asm: Variable size. in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp566 if (Opcode == ARM::INLINEASM || Opcode == ARM::INLINEASM_BR) in rewriteT2FrameIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp671 Op.getOpcode() != ISD::INLINEASM_BR) || HMFI.hasClobberLR()) in LowerINLINEASM()
1519 setOperationAction(ISD::INLINEASM_BR, MVT::Other, Custom); in HexagonTargetLowering()
3344 if (Opc == ISD::INLINEASM || Opc == ISD::INLINEASM_BR) in LowerOperation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def31 HANDLE_TARGET_OPCODE(INLINEASM_BR)

12