OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LegalizeAction
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Target/
TargetLowering.h
80
enum
LegalizeAction
{
407
LegalizeAction
getOperationAction(unsigned Op, EVT VT) const {
413
return (
LegalizeAction
)OpActions[I][Op];
450
LegalizeAction
getLoadExtAction(unsigned ExtType, MVT VT) const {
453
return (
LegalizeAction
)LoadExtActions[VT.SimpleTy][ExtType];
465
LegalizeAction
getTruncStoreAction(MVT ValVT, MVT MemVT) const {
468
return (
LegalizeAction
)TruncStoreActions[ValVT.SimpleTy]
482
LegalizeAction
487
return (
LegalizeAction
)((IndexedModeActions[Ty][IdxMode] & 0xf0) >> 4);
500
LegalizeAction
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp
[
all
...]
LegalizeDAG.cpp
[
all
...]
Completed in 58 milliseconds