OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFullCopy
(Results
1 - 24
of
24
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIOptimizeExecMaskingPreRA.cpp
80
return MI.
isFullCopy
() && MI.getOperand(1).getReg() == AMDGPU::EXEC;
218
if (!SaveExec || !SaveExec->
isFullCopy
())
SILowerControlFlow.cpp
444
!(Def->
isFullCopy
() || (Def->getOpcode() == MI.getOpcode())))
/external/llvm/lib/Target/PowerPC/
PPCVSXCopy.cpp
95
if (!MI->
isFullCopy
())
PPCVSXFMAMutate.cpp
126
if (!AddendMI->
isFullCopy
())
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCVSXCopy.cpp
93
if (!MI.
isFullCopy
())
PPCVSXFMAMutate.cpp
127
if (!AddendMI->
isFullCopy
())
PPCMIPeephole.cpp
[
all
...]
/external/llvm/lib/CodeGen/
CalcSpillWeights.cpp
98
while (MI->
isFullCopy
()) {
RegisterCoalescer.cpp
518
if (!CP.isCoalescable(ACopyMI) || !ACopyMI->
isFullCopy
())
[
all
...]
RegAllocGreedy.cpp
[
all
...]
InlineSpiller.cpp
240
if (!MI.
isFullCopy
())
[
all
...]
/external/llvm/lib/Target/ARM/
A15SDOptimizer.cpp
350
if (!MI->
isFullCopy
())
388
} else if (MI->
isFullCopy
()) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
A15SDOptimizer.cpp
344
if (!MI->
isFullCopy
())
382
} else if (MI->
isFullCopy
()) {
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineInstr.h
287
bool
isFullCopy
() const {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
CalcSpillWeights.cpp
115
while (MI->
isFullCopy
()) {
RegisterCoalescer.cpp
552
if (!CP.isCoalescable(ACopyMI) || !ACopyMI->
isFullCopy
())
[
all
...]
RegAllocGreedy.cpp
[
all
...]
InlineSpiller.cpp
258
if (!MI.
isFullCopy
())
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterCoalescer.cpp
[
all
...]
InlineSpiller.cpp
212
if (!MI->
isFullCopy
())
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineInstr.h
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineInstr.h
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp
410
if (!DefMI->
isFullCopy
())
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp
292
if (!DefMI->
isFullCopy
())
[
all
...]
Completed in 1525 milliseconds