OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitsEq
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ValueTypes.h
221
bool
bitsEq
(EVT VT) const {
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp
773
assert(VT.getVectorElementType().
bitsEq
(MVT::i32));
SIISelLowering.cpp
4706
if (VT.
bitsEq
(CCVT))
4736
if (VT.
bitsEq
(CCVT))
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp
347
if (NOutVT.
bitsEq
(NInVT) && !NOutVT.isVector() && !NInVT.isVector())
398
if (NOutVT.
bitsEq
(NInVT) && !NOutVT.isVector()) {
LegalizeVectorTypes.cpp
3788
if (WidenVT.
bitsEq
(NInVT)) {
3817
if (WidenVT.
bitsEq
(InVT))
DAGCombiner.cpp
9358
if (VT.
bitsEq
(CondVT))
16922
bool NoTypeMatch = (MemVT.isInteger()) ? !MemVT.
bitsEq
(Other->getMemoryVT())
16959
if (!MemVT.
bitsEq
(OtherBC.getValueType()))
20326
if (!NVT.
bitsEq
(SmallVT))
LegalizeDAG.cpp
3021
assert(NewVT.
bitsEq
(VT));
SelectionDAG.cpp
1251
assert(!VT.
bitsEq
(Op.getValueType()) &&
Completed in 157 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026