/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ResourcePriorityQueue.cpp | 87 case ISD::INLINEASM_BR: break; in numberRCValPredInSU() 124 case ISD::INLINEASM_BR: break; in numberRCValSuccInSU() 450 case ISD::INLINEASM_BR: in SUSchedulingCost() 553 case ISD::INLINEASM_BR: in initNumRegDefsLeft()
|
D | InstrEmitter.cpp | 1046 case ISD::INLINEASM_BR: { in EmitSpecialNode() 1052 unsigned TgtOpc = Node->getOpcode() == ISD::INLINEASM_BR in EmitSpecialNode() 1053 ? TargetOpcode::INLINEASM_BR in EmitSpecialNode()
|
D | ScheduleDAGFast.cpp | 483 Node->getOpcode() == ISD::INLINEASM_BR) { in DelayForLiveRegsBottomUp()
|
D | SelectionDAGDumper.cpp | 175 case ISD::INLINEASM_BR: return "inlineasm_br"; in getOperationName()
|
D | SelectionDAGISel.cpp | 2244 SDValue New = CurDAG->getNode(Branch ? ISD::INLINEASM_BR : ISD::INLINEASM, DL, VTs, Ops); in Select_INLINEASM() 2811 case ISD::INLINEASM_BR: in SelectCodeCommon() 2813 NodeToMatch->getOpcode() == ISD::INLINEASM_BR); in SelectCodeCommon()
|
D | ScheduleDAGRRList.cpp | 717 case ISD::INLINEASM_BR: in EmitNode() 1363 Node->getOpcode() == ISD::INLINEASM_BR) { in DelayForLiveRegsBottomUp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 728 INLINEASM_BR, enumerator
|
D | MachineInstr.h | 1087 getOpcode() == TargetOpcode::INLINEASM_BR;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 311 case TargetOpcode::INLINEASM_BR: { in getInstSizeInBytes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 115 case TargetOpcode::INLINEASM_BR: in isResourceAvailable() 171 case TargetOpcode::INLINEASM_BR: in reserveResources()
|
D | HexagonISelLowering.cpp | 636 Op.getOpcode() != ISD::INLINEASM_BR) || HMFI.hasClobberLR()) in LowerINLINEASM() 1354 setOperationAction(ISD::INLINEASM_BR, MVT::Other, Custom); in HexagonTargetLowering() 2886 if (Opc == ISD::INLINEASM || Opc == ISD::INLINEASM_BR) in LowerOperation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 332 case ISD::INLINEASM_BR: { in Select()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.cpp | 491 case TargetOpcode::INLINEASM_BR: { in getInstSizeInBytes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.cpp | 581 case TargetOpcode::INLINEASM_BR: { // Inline Asm: Variable size. in getInstSizeInBytes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.cpp | 483 case TargetOpcode::INLINEASM_BR: { in getInstSizeInBytes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCVSXSwapRemoval.cpp | 425 case PPC::INLINEASM_BR: in gatherVectorInstructions()
|
D | PPCRegisterInfo.cpp | 1149 OpC != TargetOpcode::INLINEASM_BR) { in eliminateFrameIndex()
|
D | PPCInstrInfo.cpp | 1997 if (Opcode == PPC::INLINEASM || Opcode == PPC::INLINEASM_BR) { in getInstSizeInBytes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | Thumb2InstrInfo.cpp | 487 if (Opcode == ARM::INLINEASM || Opcode == ARM::INLINEASM_BR) in rewriteT2FrameIndex()
|
D | ARMBaseInstrInfo.cpp | 747 case ARM::INLINEASM_BR: { in getInstSizeInBytes() 2526 if (Opcode == ARM::INLINEASM || Opcode == ARM::INLINEASM_BR) in rewriteARMFrameIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | TargetOpcodes.def | 31 HANDLE_TARGET_OPCODE(INLINEASM_BR)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 1492 case TargetOpcode::INLINEASM_BR: { in handleSpecialFP()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1457 case SystemZ::INLINEASM_BR: in getBranchInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1122 case TargetOpcode::INLINEASM_BR: in EmitFunctionBody()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | Target.td | 993 def INLINEASM_BR : StandardPseudoInstruction {
|