OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isOperationLegal
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
770
if (!TLI.
isOperationLegal
(ISD::ANY_EXTEND, PVT))
776
if (!TLI.
isOperationLegal
(ISD::SIGN_EXTEND_INREG, PVT))
[
all
...]
TargetLowering.cpp
[
all
...]
LegalizeIntegerTypes.cpp
361
!TLI.
isOperationLegal
(ISD::FP_TO_UINT, NVT) &&
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
/external/llvm/include/llvm/Target/
TargetLowering.h
442
bool
isOperationLegal
(unsigned Op, EVT VT) const {
[
all
...]
/external/llvm/lib/Target/R600/
R600ISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 1104 milliseconds