OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCondCodeLegalOrCustom
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp
3640
if (TLI.
isCondCodeLegalOrCustom
(CCOp, Tmp1.getSimpleValueType())) {
3659
if (TLI.
isCondCodeLegalOrCustom
(InvCC, Tmp1.getSimpleValueType())) {
3668
if (TLI.
isCondCodeLegalOrCustom
(SwapInvCC, Tmp1.getSimpleValueType())) {
TargetLowering.cpp
8799
if (TLI.
isCondCodeLegalOrCustom
(InvCC, OpVT)) {
8807
if (!TLI.
isCondCodeLegalOrCustom
(InvCC, OpVT)) {
8813
if (TLI.
isCondCodeLegalOrCustom
(InvCC, OpVT)) {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h
1356
bool
isCondCodeLegalOrCustom
(ISD::CondCode CC, MVT VT) const {
Completed in 38 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026