Home
last modified time | relevance | path

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

1234

/external/llvm-project/llvm/test/CodeGen/X86/
Dcallbr-asm-outputs-pred-succ.ll6 ; The block containting the INLINEASM_BR should have a fallthrough and its
12 ; The fallthrough is a block containing a second INLINEASM_BR. Check it has two successors,
18 ; Check the second INLINEASM_BR target block is preceded by the block with the
19 ; second INLINEASM_BR.
23 ; Check the first INLINEASM_BR target block is predecessed by the block with
24 ; the first INLINEASM_BR.
Dtail-dup-asm-goto.ll4 ; Ensure that we don't duplicate a block with an "INLINEASM_BR" instruction
31 …; CHECK: INLINEASM_BR &"#$0 $1 $2", 9 /* sideeffect mayload attdialect */, 13 /* imm */, 42, 13 …
Dshrinkwrap-callbr.ll4 ;; Ensure that shrink-wrapping understands that INLINEASM_BR may exit
/external/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()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DResourcePriorityQueue.cpp91 case ISD::INLINEASM_BR: break; in numberRCValPredInSU()
128 case ISD::INLINEASM_BR: break; in numberRCValSuccInSU()
454 case ISD::INLINEASM_BR: in SUSchedulingCost()
557 case ISD::INLINEASM_BR: in initNumRegDefsLeft()
DInstrEmitter.cpp1143 case ISD::INLINEASM_BR: { in EmitSpecialNode()
1149 unsigned TgtOpc = Node->getOpcode() == ISD::INLINEASM_BR in EmitSpecialNode()
1150 ? TargetOpcode::INLINEASM_BR in EmitSpecialNode()
DScheduleDAGFast.cpp483 Node->getOpcode() == ISD::INLINEASM_BR) { in DelayForLiveRegsBottomUp()
/external/llvm-project/llvm/lib/CodeGen/
DPHIEliminationUtils.cpp55 I->getOpcode() == TargetOpcode::INLINEASM_BR) { in findPHICopyInsertPoint()
/external/llvm-project/llvm/test/CodeGen/ARM/
Difcvt-size.mir515 # The INLINEASM_BR instructions aren't analyzable, but they are identical so we
525 # CHECK-NEXT: INLINEASM_BR
543 INLINEASM_BR &"b ${0:l}", 1, 13, blockaddress(@fn9, %ir-block.lab1)
553 INLINEASM_BR &"b ${0:l}", 1, 13, blockaddress(@fn9, %ir-block.lab1)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h728 INLINEASM_BR, enumerator
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h905 INLINEASM_BR, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp311 case TargetOpcode::INLINEASM_BR: { in getInstSizeInBytes()
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp299 case TargetOpcode::INLINEASM_BR: { in getInstSizeInBytes()
/external/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()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp115 case TargetOpcode::INLINEASM_BR: in isResourceAvailable()
171 case TargetOpcode::INLINEASM_BR: in reserveResources()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp332 case ISD::INLINEASM_BR: { in Select()
/external/llvm-project/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp332 case ISD::INLINEASM_BR: { in Select()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp491 case TargetOpcode::INLINEASM_BR: { in getInstSizeInBytes()
/external/llvm-project/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp491 case TargetOpcode::INLINEASM_BR: { in getInstSizeInBytes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp581 case TargetOpcode::INLINEASM_BR: { // Inline Asm: Variable size. in getInstSizeInBytes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp483 case TargetOpcode::INLINEASM_BR: { in getInstSizeInBytes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp425 case PPC::INLINEASM_BR: in gatherVectorInstructions()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp582 case TargetOpcode::INLINEASM_BR: { // Inline Asm: Variable size. in getInstSizeInBytes()

1234