OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NON_EXTLOAD
(Results
1 - 17
of
17
) sorted by null
/external/llvm/include/llvm/CodeGen/
ISDOpcodes.h
688
NON_EXTLOAD
= 0,
[
all
...]
SelectionDAGNodes.h
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp
297
Extension = ISD::
NON_EXTLOAD
;
306
Extension = ISD::
NON_EXTLOAD
;
/external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp
305
if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::
NON_EXTLOAD
)
MSP430ISelLowering.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp
157
if (LD->getMemoryVT().isVector() && ExtType != ISD::
NON_EXTLOAD
) {
LegalizeFloatTypes.cpp
503
if (L->getExtensionType() == ISD::
NON_EXTLOAD
) {
515
NewL = DAG.getLoad(L->getAddressingMode(), ISD::
NON_EXTLOAD
,
[
all
...]
DAGCombiner.cpp
[
all
...]
SelectionDAG.cpp
[
all
...]
LegalizeDAG.cpp
530
// If the original load is
NON_EXTLOAD
, the hi part load must be ZEXTLOAD.
531
if (HiExtType == ISD::
NON_EXTLOAD
)
[
all
...]
LegalizeVectorTypes.cpp
[
all
...]
TargetLowering.cpp
[
all
...]
/external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp
377
assert(LD->getExtensionType() == ISD::
NON_EXTLOAD
&&
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp
411
LD->getExtensionType() != ISD::
NON_EXTLOAD
)
[
all
...]
X86ISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/Mips/
MipsISelLowering.cpp
[
all
...]
Completed in 51 milliseconds