Searched refs:INLINEASM_BR (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp87 case ISD::INLINEASM_BR: break;
124 case ISD::INLINEASM_BR: break;
450 case ISD::INLINEASM_BR:
553 case ISD::INLINEASM_BR:
H A DInstrEmitter.cpp1046 case ISD::INLINEASM_BR: {
1052 unsigned TgtOpc = Node->getOpcode() == ISD::INLINEASM_BR
1053 ? TargetOpcode::INLINEASM_BR
H A DSelectionDAGDumper.cpp175 case ISD::INLINEASM_BR: return "inlineasm_br";
H A DScheduleDAGFast.cpp483 Node->getOpcode() == ISD::INLINEASM_BR) {
H A DScheduleDAGRRList.cpp717 case ISD::INLINEASM_BR:
1363 Node->getOpcode() == ISD::INLINEASM_BR) {
H A DSelectionDAGISel.cpp2244 SDValue New = CurDAG->getNode(Branch ? ISD::INLINEASM_BR : ISD::INLINEASM, DL, VTs, Ops);
2811 case ISD::INLINEASM_BR:
2813 NodeToMatch->getOpcode() == ISD::INLINEASM_BR);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h727 /// INLINEASM_BR - Terminator version of inline asm. Used by asm-goto.
728 INLINEASM_BR, enumerator in enum:llvm::ISD::NodeType
H A DMachineInstr.h1087 getOpcode() == TargetOpcode::INLINEASM_BR;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp311 case TargetOpcode::INLINEASM_BR: {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp332 case ISD::INLINEASM_BR: {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp115 case TargetOpcode::INLINEASM_BR:
171 case TargetOpcode::INLINEASM_BR:
H A DHexagonISelLowering.cpp636 Op.getOpcode() != ISD::INLINEASM_BR) || HMFI.hasClobberLR())
1354 setOperationAction(ISD::INLINEASM_BR, MVT::Other, Custom);
2886 if (Opc == ISD::INLINEASM || Opc == ISD::INLINEASM_BR)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp491 case TargetOpcode::INLINEASM_BR: {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp581 case TargetOpcode::INLINEASM_BR: { // Inline Asm: Variable size.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp487 if (Opcode == ARM::INLINEASM || Opcode == ARM::INLINEASM_BR)
H A DARMBaseInstrInfo.cpp747 case ARM::INLINEASM_BR: {
2526 if (Opcode == ARM::INLINEASM || Opcode == ARM::INLINEASM_BR)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp425 case PPC::INLINEASM_BR:
H A DPPCRegisterInfo.cpp1149 OpC != TargetOpcode::INLINEASM_BR) {
H A DPPCInstrInfo.cpp1997 if (Opcode == PPC::INLINEASM || Opcode == PPC::INLINEASM_BR) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp483 case TargetOpcode::INLINEASM_BR: {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1492 case TargetOpcode::INLINEASM_BR: {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1457 case SystemZ::INLINEASM_BR:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1122 case TargetOpcode::INLINEASM_BR:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp83 if (Op == AArch64::INLINEASM || Op == AArch64::INLINEASM_BR)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp6045 case TargetOpcode::INLINEASM_BR: {

Completed in 538 milliseconds

12