Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
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
D
StackMapLivenessAnalysis.cpp
135
if (I->getOpcode() == TargetOpcode::
PATCHPOINT
) {
in calculateLiveness()
H
A
D
LocalStackSlotAllocation.cpp
310
MI.getOpcode() == TargetOpcode::
PATCHPOINT
)
in insertFrameReferenceRegisters()
H
A
D
TargetInstrInfo.cpp
479
case TargetOpcode::
PATCHPOINT
: {
in foldPatchpoint()
573
MI.getOpcode() == TargetOpcode::
PATCHPOINT
||
in foldMemoryOperand()
638
MI.getOpcode() == TargetOpcode::
PATCHPOINT
||
in foldMemoryOperand()
H
A
D
DetectDeadLanes.cpp
283
// FIXME:
PATCHPOINT
instructions announce a Def that does not always exist,
in transferDefinedLanesStep()
285
if (MI.getOpcode() == TargetOpcode::
PATCHPOINT
)
in transferDefinedLanesStep()
H
A
D
StackMaps.cpp
373
assert(MI.getOpcode() == TargetOpcode::
PATCHPOINT
&& "expected patchpoint");
in recordPatchPoint()
H
A
D
InlineSpiller.cpp
804
MI->getOpcode() == TargetOpcode::
PATCHPOINT
||
in foldMemoryOperand()
H
A
D
MachineVerifier.cpp
1583
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
D
SystemZAsmPrinter.cpp
514
case TargetOpcode::
PATCHPOINT
:
in EmitInstruction()
600
MII->getOpcode() == TargetOpcode::
PATCHPOINT
||
in LowerSTACKMAP()
H
A
D
SystemZISelLowering.cpp
8019
case TargetOpcode::
PATCHPOINT
:
in EmitInstrWithCustomInserter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H
A
D
PPCRegisterInfo.cpp
1005
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
D
PPCAsmPrinter.cpp
363
MII->getOpcode() == TargetOpcode::
PATCHPOINT
||
in LowerSTACKMAP()
578
case TargetOpcode::
PATCHPOINT
:
in EmitInstruction()
H
A
D
PPCInstrInfo.cpp
2004
} else if (Opcode == TargetOpcode::
PATCHPOINT
) {
H
A
D
PPCISelLowering.cpp
5402
// 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
D
test_shutil.py
2408
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
D
InstrEmitter.cpp
816
// 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
D
ScheduleDAGSDNodes.cpp
559
if (POpc == TargetOpcode::
PATCHPOINT
&&
561
//
PATCHPOINT
is defined to have one result, but it might really have none
H
A
D
FastISel.cpp
1023
TII.get(TargetOpcode::
PATCHPOINT
));
in selectPatchpoint()
H
A
D
SelectionDAGBuilder.cpp
8923
// 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
D
AArch64AsmPrinter.cpp
882
MII->getOpcode() == TargetOpcode::
PATCHPOINT
||
in LowerSTACKMAP()
1198
case TargetOpcode::
PATCHPOINT
:
in EmitInstruction()
H
A
D
AArch64RegisterInfo.cpp
468
MI.getOpcode() == TargetOpcode::
PATCHPOINT
) {
H
A
D
AArch64InstrInfo.cpp
105
case TargetOpcode::
PATCHPOINT
:
in getInstSizeInBytes()
H
A
D
AArch64ISelLowering.cpp
1500
case TargetOpcode::
PATCHPOINT
:
in EmitInstrWithCustomInserter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H
A
D
X86RegisterInfo.cpp
772
if (Opc == TargetOpcode::STACKMAP || Opc == TargetOpcode::
PATCHPOINT
) {
in eliminateFrameIndex()
H
A
D
X86MCInstLower.cpp
1242
// and
PATCHPOINT
in LowerSTATEPOINT()
2200
case TargetOpcode::
PATCHPOINT
:
in EmitInstruction()
H
A
D
X86ISelLowering.cpp
[all...]
Completed in 146 milliseconds