Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DResourcePriorityQueue.cpp87 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()
DInstrEmitter.cpp1046 case ISD::INLINEASM_BR: { in EmitSpecialNode()
1052 unsigned TgtOpc = Node->getOpcode() == ISD::INLINEASM_BR in EmitSpecialNode()
1053 ? TargetOpcode::INLINEASM_BR in EmitSpecialNode()
DScheduleDAGFast.cpp483 Node->getOpcode() == ISD::INLINEASM_BR) { in DelayForLiveRegsBottomUp()
DSelectionDAGDumper.cpp175 case ISD::INLINEASM_BR: return "inlineasm_br"; in getOperationName()
DSelectionDAGISel.cpp2244 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()
DScheduleDAGRRList.cpp717 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/
DISDOpcodes.h728 INLINEASM_BR, enumerator
DMachineInstr.h1087 getOpcode() == TargetOpcode::INLINEASM_BR;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp311 case TargetOpcode::INLINEASM_BR: { in getInstSizeInBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp115 case TargetOpcode::INLINEASM_BR: in isResourceAvailable()
171 case TargetOpcode::INLINEASM_BR: in reserveResources()
DHexagonISelLowering.cpp636 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/
DSparcISelDAGToDAG.cpp332 case ISD::INLINEASM_BR: { in Select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp491 case TargetOpcode::INLINEASM_BR: { in getInstSizeInBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp581 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/
DRISCVInstrInfo.cpp483 case TargetOpcode::INLINEASM_BR: { in getInstSizeInBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp425 case PPC::INLINEASM_BR: in gatherVectorInstructions()
DPPCRegisterInfo.cpp1149 OpC != TargetOpcode::INLINEASM_BR) { in eliminateFrameIndex()
DPPCInstrInfo.cpp1997 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/
DThumb2InstrInfo.cpp487 if (Opcode == ARM::INLINEASM || Opcode == ARM::INLINEASM_BR) in rewriteT2FrameIndex()
DARMBaseInstrInfo.cpp747 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/
DTargetOpcodes.def31 HANDLE_TARGET_OPCODE(INLINEASM_BR)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1492 case TargetOpcode::INLINEASM_BR: { in handleSpecialFP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1457 case SystemZ::INLINEASM_BR: in getBranchInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1122 case TargetOpcode::INLINEASM_BR: in EmitFunctionBody()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTarget.td993 def INLINEASM_BR : StandardPseudoInstruction {

12