OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitsGE
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ValueTypes.h
257
bool
bitsGE
(EVT VT) const {
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
MachineValueType.h
1073
bool
bitsGE
(MVT VT) const {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp
404
(EltVT.isInteger() && Val.getValueType().
bitsGE
(EltVT))) {
4184
if (NVT.
bitsGE
(SVT))
4227
if (NVT.
bitsGE
(RVT))
LegalizeFloatTypes.cpp
764
if (NVT.
bitsGE
(SVT))
927
if (Promoted.
bitsGE
(RetVT))
SelectionDAG.cpp
6443
assert(NVT.
bitsGE
(VT));
9501
assert(CVT.
bitsGE
(VecEltVT) && "Illegal splat_vector element extension");
9516
assert(CVT.
bitsGE
(NSVT) && "Illegal build vector element extension");
9540
assert(CVT.
bitsGE
(NSVT) && "Illegal build vector element extension");
LegalizeIntegerTypes.cpp
576
if (SVT.
bitsGE
(NVT)) {
2017
if (VT.
bitsGE
(EltVT))
SelectionDAGBuilder.cpp
666
PartEVT.getVectorElementType().
bitsGE
(
732
} else if (BuiltVectorTy.getVectorElementType().
bitsGE
(
DAGCombiner.cpp
5347
ExtVT.
bitsGE
(Load->getMemoryVT()))
5368
if (ExtVT.
bitsGE
(VT))
22128
if (!isNullConstant(N3) || !XType.
bitsGE
(AType))
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp
1223
} else if (Ptr->getOpcode() != AMDGPUISD::DWORDADDR && VT.
bitsGE
(MVT::i32)) {
AMDGPUISelLowering.cpp
2991
if (SrcVT.
bitsGE
(ExtVT)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp
1978
if (LaneT.
bitsGE
(MVT::i32))
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp
4381
if (VT.
bitsGE
(IndexVT)) {
4462
if (VT.
bitsGE
(IndexVT)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 151 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026