OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdatePhysRegDefs
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/CodeGen/
LiveVariables.h
161
void
UpdatePhysRegDefs
(MachineInstr &MI, SmallVectorImpl<unsigned> &Defs);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveVariables.h
172
void
UpdatePhysRegDefs
(MachineInstr *MI, SmallVector<unsigned, 4> &Defs);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
LiveVariables.h
160
void
UpdatePhysRegDefs
(MachineInstr &MI, SmallVectorImpl<unsigned> &Defs);
/external/llvm/lib/CodeGen/
LiveVariables.cpp
486
void LiveVariables::
UpdatePhysRegDefs
(MachineInstr &MI,
563
UpdatePhysRegDefs
(MI, Defs);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveVariables.cpp
465
void LiveVariables::
UpdatePhysRegDefs
(MachineInstr *MI,
570
UpdatePhysRegDefs
(MI, Defs);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveVariables.cpp
486
void LiveVariables::
UpdatePhysRegDefs
(MachineInstr &MI,
563
UpdatePhysRegDefs
(MI, Defs);
Completed in 858 milliseconds