OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:useCRBits
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCSubtarget.h
97
bool
UseCRBits
;
244
///
useCRBits
- Return true if we should store and manipulate i1 values in
246
bool
useCRBits
() const { return
UseCRBits
; }
PPCFastISel.cpp
827
if (SrcVT == MVT::i1 && Subtarget->
useCRBits
())
1578
else if (RetVT == MVT::i1 && Subtarget->
useCRBits
())
2212
if (VT == MVT::i1 && Subtarget->
useCRBits
()) {
2394
if (VT == MVT::i1 && Subtarget->
useCRBits
()) {
PPCReduceCRLogicals.cpp
419
if (!STI.
useCRBits
())
PPCISelLowering.cpp
225
if (Subtarget.
useCRBits
()) {
447
if (!Subtarget.
useCRBits
()) {
460
if (!Subtarget.
useCRBits
())
474
if (!Subtarget.
useCRBits
())
856
Subtarget.
useCRBits
() ? Legal : Expand);
1316
if (Subtarget.
useCRBits
())
1331
if (Subtarget.
useCRBits
()) {
1368
if (Subtarget.
useCRBits
()) {
1728
return Subtarget.
useCRBits
() ? MVT::i1 : MVT::i32;
5799
// When
useCRBits
() is true, there can be i1 arguments
[
all
...]
PPCISelDAGToDAG.cpp
4305
if (!IsStrict && !Subtarget->
useCRBits
() && isInt32Immediate(RHS, Imm)) {
4413
if (Subtarget->
useCRBits
())
5385
if (Subtarget->
useCRBits
() && N->getOperand(0).getValueType() == MVT::i1)
6034
if (!Subtarget->
useCRBits
())
Completed in 56 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026