OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getExtendForAtomicOps
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.h
376
ISD::NodeType
getExtendForAtomicOps
() const override {
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.h
552
ISD::NodeType
getExtendForAtomicOps
() const override {
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.h
313
ISD::NodeType
getExtendForAtomicOps
() const override {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h
2010
virtual ISD::NodeType
getExtendForAtomicOps
() const {
2016
/// separate from
getExtendForAtomicOps
, which is concerned with the
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
3562
if (TLI->
getExtendForAtomicOps
() == ISD::ZERO_EXTEND)
4167
if (TLI->
getExtendForAtomicOps
() == ISD::SIGN_EXTEND)
4169
if (TLI->
getExtendForAtomicOps
() == ISD::ZERO_EXTEND)
LegalizeDAG.cpp
2786
switch (TLI.
getExtendForAtomicOps
()) {
Completed in 29 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026