Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DStackMapLivenessAnalysis.cpp135 if (I->getOpcode() == TargetOpcode::PATCHPOINT) { in calculateLiveness()
H A DLocalStackSlotAllocation.cpp310 MI.getOpcode() == TargetOpcode::PATCHPOINT) in insertFrameReferenceRegisters()
H A DTargetInstrInfo.cpp479 case TargetOpcode::PATCHPOINT: { in foldPatchpoint()
573 MI.getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand()
638 MI.getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand()
H A DDetectDeadLanes.cpp283 // FIXME: PATCHPOINT instructions announce a Def that does not always exist, in transferDefinedLanesStep()
285 if (MI.getOpcode() == TargetOpcode::PATCHPOINT) in transferDefinedLanesStep()
H A DStackMaps.cpp373 assert(MI.getOpcode() == TargetOpcode::PATCHPOINT && "expected patchpoint"); in recordPatchPoint()
H A DInlineSpiller.cpp804 MI->getOpcode() == TargetOpcode::PATCHPOINT || in foldMemoryOperand()
H A DMachineVerifier.cpp1583 if (MCID.getOpcode() == TargetOpcode::PATCHPOINT) in visitMachineOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp514 case TargetOpcode::PATCHPOINT: in EmitInstruction()
600 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP()
H A DSystemZISelLowering.cpp8019 case TargetOpcode::PATCHPOINT: in EmitInstrWithCustomInserter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp1005 MI.getOpcode() == TargetOpcode::PATCHPOINT) in getOffsetONFromFION()
1082 OpC != TargetOpcode::PATCHPOINT && !ImmToIdxMap.count(OpC); in eliminateFrameIndex()
1113 OpC == TargetOpcode::PATCHPOINT)) { in eliminateFrameIndex()
1309 MI->getOpcode() == TargetOpcode::PATCHPOINT ||
H A DPPCAsmPrinter.cpp363 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP()
578 case TargetOpcode::PATCHPOINT: in EmitInstruction()
H A DPPCInstrInfo.cpp2004 } else if (Opcode == TargetOpcode::PATCHPOINT) {
H A DPPCISelLowering.cpp5402 // We cannot add R2/X2 as an operand here for PATCHPOINT, because there is in buildCallOperands()
11177 MI.getOpcode() == TargetOpcode::PATCHPOINT) { in EmitInstrWithCustomInserter()
11179 MI.getOpcode() == TargetOpcode::PATCHPOINT) { in EmitInstrWithCustomInserter()
/third_party/python/Lib/test/
H A Dtest_shutil.py2408 PATCHPOINT = "" variable in _ZeroCopyFileTest
2480 with unittest.mock.patch(self.PATCHPOINT,
2489 with unittest.mock.patch(self.PATCHPOINT,
2498 with unittest.mock.patch(self.PATCHPOINT,
2506 PATCHPOINT = "os.sendfile" variable in TestZeroCopySendfile
2608 self.PATCHPOINT,
2616 with unittest.mock.patch(self.PATCHPOINT) as m:
2625 PATCHPOINT = "posix._fcopyfile" variable in TestZeroCopyMACOS
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp816 // Handle STACKMAP and PATCHPOINT specially and then use the generic code.
817 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) {
822 if (Opc == TargetOpcode::PATCHPOINT) {
H A DScheduleDAGSDNodes.cpp559 if (POpc == TargetOpcode::PATCHPOINT &&
561 // PATCHPOINT is defined to have one result, but it might really have none
H A DFastISel.cpp1023 TII.get(TargetOpcode::PATCHPOINT)); in selectPatchpoint()
H A DSelectionDAGBuilder.cpp8923 // Replace the target specific call node with a PATCHPOINT node. in visitPatchpoint()
8924 MachineSDNode *MN = DAG.getMachineNode(TargetOpcode::PATCHPOINT, in visitPatchpoint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp882 MII->getOpcode() == TargetOpcode::PATCHPOINT || in LowerSTACKMAP()
1198 case TargetOpcode::PATCHPOINT: in EmitInstruction()
H A DAArch64RegisterInfo.cpp468 MI.getOpcode() == TargetOpcode::PATCHPOINT) {
H A DAArch64InstrInfo.cpp105 case TargetOpcode::PATCHPOINT: in getInstSizeInBytes()
H A DAArch64ISelLowering.cpp1500 case TargetOpcode::PATCHPOINT: in EmitInstrWithCustomInserter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp772 if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::PATCHPOINT) { in eliminateFrameIndex()
H A DX86MCInstLower.cpp1242 // and PATCHPOINT in LowerSTATEPOINT()
2200 case TargetOpcode::PATCHPOINT: in EmitInstruction()
H A DX86ISelLowering.cpp[all...]

Completed in 146 milliseconds