/external/llvm/test/CodeGen/X86/ |
D | patchpoint-verifiable.mir | 3 # verifying the PATCHPOINT instruction. 38 …; CHECK: PATCHPOINT 5, 5, 0, 2, 0, %rdi, %rsi, csr_64, implicit-def dead early-clobber %r11, impli… 39 …PATCHPOINT 5, 5, 0, 2, 0, %rdi, %rsi, csr_64, implicit-def dead early-clobber %r11, implicit-def %…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | patchpoint-verifiable.mir | 3 # verifying the PATCHPOINT instruction. 38 …; CHECK: PATCHPOINT 5, 5, 0, 2, 0, $rdi, $rsi, csr_64, implicit-def dead early-clobber $r11, impli… 39 …PATCHPOINT 5, 5, 0, 2, 0, $rdi, $rsi, csr_64, implicit-def dead early-clobber $r11, implicit-def $…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/X86/ |
D | liveout-register-mask.mir | 38 ; CHECK: PATCHPOINT 5, 5, 0, 2, 0, $rdi, $rsi, csr_64, liveout($esp, $rsp, $sp, $spl), 39 …PATCHPOINT 5, 5, 0, 2, 0, $rdi, $rsi, csr_64, liveout($esp, $rsp, $sp, $spl), implicit-def dead ea…
|
/external/llvm/test/CodeGen/MIR/X86/ |
D | liveout-register-mask.mir | 38 ; CHECK: PATCHPOINT 5, 5, 0, 2, 0, %rdi, %rsi, csr_64, liveout(%esp, %rsp, %sp, %spl), 39 …PATCHPOINT 5, 5, 0, 2, 0, %rdi, %rsi, csr_64, liveout(%esp, %rsp, %sp, %spl), implicit-def dead ea…
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | StackMapLivenessAnalysis.cpp | 135 if (I->getOpcode() == TargetOpcode::PATCHPOINT) { in calculateLiveness()
|
D | TargetInstrInfo.cpp | 482 case TargetOpcode::PATCHPOINT: { in foldPatchpoint() 575 MI.getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand() 640 MI.getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand()
|
D | LocalStackSlotAllocation.cpp | 302 MI.getOpcode() == TargetOpcode::PATCHPOINT) in insertFrameReferenceRegisters()
|
D | StackMaps.cpp | 375 assert(MI.getOpcode() == TargetOpcode::PATCHPOINT && "expected patchpoint"); in recordPatchPoint()
|
D | DetectDeadLanes.cpp | 286 if (MI.getOpcode() == TargetOpcode::PATCHPOINT) in transferDefinedLanesStep()
|
/external/llvm/lib/CodeGen/ |
D | StackMapLivenessAnalysis.cpp | 136 if (I->getOpcode() == TargetOpcode::PATCHPOINT) { in calculateLiveness()
|
D | TargetInstrInfo.cpp | 443 case TargetOpcode::PATCHPOINT: { in foldPatchpoint() 514 MI.getOpcode() == TargetOpcode::PATCHPOINT) { in foldMemoryOperand() 795 MI.getOpcode() == TargetOpcode::PATCHPOINT) && in foldMemoryOperand()
|
D | LocalStackSlotAllocation.cpp | 294 MI.getOpcode() == TargetOpcode::PATCHPOINT) in insertFrameReferenceRegisters()
|
D | DetectDeadLanes.cpp | 288 if (MI.getOpcode() == TargetOpcode::PATCHPOINT) in transferDefinedLanesStep()
|
D | StackMaps.cpp | 353 assert(MI.getOpcode() == TargetOpcode::PATCHPOINT && "expected patchpoint"); in recordPatchPoint()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Target/AArch64/ |
D | InstSizes.cpp | 95 TEST(InstSizes, PATCHPOINT) { in TEST() argument
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.cpp | 768 MI.getOpcode() == TargetOpcode::PATCHPOINT) in getOffsetONFromFION() 848 OpC != TargetOpcode::PATCHPOINT && !ImmToIdxMap.count(OpC); in eliminateFrameIndex() 875 OpC == TargetOpcode::PATCHPOINT)) { in eliminateFrameIndex() 1065 MI->getOpcode() == TargetOpcode::PATCHPOINT || in isFrameOffsetLegal()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64AsmPrinter.cpp | 369 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP() 570 case TargetOpcode::PATCHPOINT: in EmitInstruction()
|
D | AArch64RegisterInfo.cpp | 381 MI.getOpcode() == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.cpp | 861 MI.getOpcode() == TargetOpcode::PATCHPOINT) in getOffsetONFromFION() 938 OpC != TargetOpcode::PATCHPOINT && !ImmToIdxMap.count(OpC); in eliminateFrameIndex() 966 OpC == TargetOpcode::PATCHPOINT)) { in eliminateFrameIndex() 1161 MI->getOpcode() == TargetOpcode::PATCHPOINT || in isFrameOffsetLegal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64AsmPrinter.cpp | 450 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP() 672 case TargetOpcode::PATCHPOINT: in EmitInstruction()
|
D | AArch64RegisterInfo.cpp | 409 MI.getOpcode() == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 467 case TargetOpcode::PATCHPOINT: in EmitInstruction() 524 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 757 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode() 762 if (Opc == TargetOpcode::PATCHPOINT) { in EmitMachineNode()
|
/external/llvm/include/llvm/Target/ |
D | TargetOpcodes.def | 111 HANDLE_TARGET_OPCODE(PATCHPOINT, 18)
|
/external/llvm/lib/Target/X86/ |
D | X86RegisterInfo.cpp | 635 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex()
|