OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntNo
(Results
1 - 22
of
22
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelDAGToDAG.cpp
127
unsigned
IntNo
= cast<ConstantSDNode>(Node->getOperand(0))->getZExtValue();
128
switch (
IntNo
) {
147
unsigned
IntNo
= cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue();
148
switch (
IntNo
) {
WebAssemblyISelLowering.cpp
1558
unsigned
IntNo
;
1562
IntNo
= cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
1565
IntNo
= cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
1572
switch (
IntNo
) {
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelDAGToDAG.cpp
434
unsigned
IntNo
= Node->getConstantOperandVal(0);
435
switch (
IntNo
) {
452
bool IsUnsigned =
IntNo
== Intrinsic::riscv_vmsgeu;
521
bool IsUnsigned =
IntNo
== Intrinsic::riscv_vmsgeu_mask;
616
unsigned
IntNo
= cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue();
617
switch (
IntNo
) {
627
bool VLMax =
IntNo
== Intrinsic::riscv_vsetvlimax;
767
bool IsMasked =
IntNo
== Intrinsic::riscv_vloxei_mask ||
768
IntNo
== Intrinsic::riscv_vluxei_mask;
769
bool IsOrdered =
IntNo
== Intrinsic::riscv_vloxei |
[
all
...]
RISCVISelLowering.cpp
3254
unsigned
IntNo
= Op.getConstantOperandVal(HasChain ? 1 : 0);
3258
RISCVVIntrinsicsTable::getRISCVVIntrinsicInfo(
IntNo
);
3320
unsigned
IntNo
= Op.getConstantOperandVal(0);
3324
switch (
IntNo
) {
3338
IntNo
== Intrinsic::riscv_grev ? RISCVISD::GREV : RISCVISD::GORC;
3344
IntNo
== Intrinsic::riscv_shfl ? RISCVISD::SHFL : RISCVISD::UNSHFL;
3349
unsigned Opc =
IntNo
== Intrinsic::riscv_bcompress ? RISCVISD::BCOMPRESS
3446
if (
IntNo
== Intrinsic::riscv_vslide1up ||
3447
IntNo
== Intrinsic::riscv_vslide1up_mask) {
4971
unsigned
IntNo
= cast<ConstantSDNode>(N->getOperand(0))->getZExtValue()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFISelDAGToDAG.cpp
206
unsigned
IntNo
= cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue();
207
switch (
IntNo
) {
482
unsigned
IntNo
= cast<ConstantSDNode>(BaseV->getOperand(1))->getZExtValue();
485
if (!((
IntNo
== Intrinsic::bpf_load_byte && MaskV == 0xFF) ||
486
(
IntNo
== Intrinsic::bpf_load_half && MaskV == 0xFFFF) ||
487
(
IntNo
== Intrinsic::bpf_load_word && MaskV == 0xFFFFFFFF)))
/src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp
245
unsigned
IntNo
= cast<ConstantSDNode>(Addr->getOperand(1))->getZExtValue();
246
if (
IntNo
!= Intrinsic::xcore_checkevent)
XCoreISelLowering.cpp
916
unsigned
IntNo
= cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
917
switch (
IntNo
) {
1832
unsigned
IntNo
= cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
1833
switch (
IntNo
) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp
190
unsigned
IntNo
= cast<ConstantSDNode>(IntN->getOperand(1))->getZExtValue();
200
auto FLC = LoadPciMap.find(
IntNo
);
202
EVT ValTy = (
IntNo
== Intrinsic::hexagon_circ_ldd) ? MVT::i64 : MVT::i32;
323
unsigned
IntNo
= cast<ConstantSDNode>(IntN->getOperand(1))->getZExtValue();
333
auto FLI = LoadBrevMap.find(
IntNo
);
336
(
IntNo
== Intrinsic::hexagon_L2_loadrd_pbr) ? MVT::i64 : MVT::i32;
364
unsigned
IntNo
= cast<ConstantSDNode>(IntN->getOperand(1))->getZExtValue();
381
auto FLI = LoadNPcMap.find (
IntNo
);
384
if (
IntNo
== Intrinsic::hexagon_L2_loadrd_pci ||
385
IntNo
== Intrinsic::hexagon_L2_loadrd_pcr
[
all
...]
HexagonISelDAGToDAGHVX.cpp
2173
unsigned
IntNo
= cast<ConstantSDNode>(N->getOperand(1))->getZExtValue();
2174
switch (
IntNo
) {
2210
unsigned
IntNo
= cast<ConstantSDNode>(N->getOperand(1))->getZExtValue();
2211
switch (
IntNo
) {
HexagonISelLoweringHVX.cpp
1682
unsigned
IntNo
= cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
1686
if (
IntNo
== IntPredCast) {
HexagonISelLowering.cpp
734
unsigned
IntNo
= cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
736
if (
IntNo
== Intrinsic::hexagon_prefetch) {
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp
4460
unsigned
IntNo
= cast<ConstantSDNode>(N->getOperand(1))->getZExtValue();
4461
switch (
IntNo
) {
4472
Opc = (
IntNo
== Intrinsic::arm_mrrc ? ARM::t2MRRC : ARM::t2MRRC2);
4474
Opc = (
IntNo
== Intrinsic::arm_mrrc ? ARM::MRRC : ARM::MRRC2);
4504
bool IsAcquire =
IntNo
== Intrinsic::arm_ldaexd;
4583
bool IsRelease =
IntNo
== Intrinsic::arm_stlexd;
4893
IntNo
== Intrinsic::arm_mve_vldr_gather_base_wb_predicated);
4926
unsigned
IntNo
= cast<ConstantSDNode>(N->getOperand(0))->getZExtValue();
4927
switch (
IntNo
) {
4976
IntNo
== Intrinsic::arm_mve_vadc_predicated)
[
all
...]
ARMISelLowering.cpp
3836
unsigned
IntNo
=
3840
switch (
IntNo
) {
3879
unsigned
IntNo
= cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
3881
switch (
IntNo
) {
3958
unsigned NewOpc = (
IntNo
== Intrinsic::arm_neon_vmulls)
3965
unsigned NewOpc = (
IntNo
== Intrinsic::arm_neon_vminnm)
3974
unsigned NewOpc = (
IntNo
== Intrinsic::arm_neon_vminu)
3983
unsigned NewOpc = (
IntNo
== Intrinsic::arm_neon_vmins)
3988
unsigned NewOpc = (
IntNo
== Intrinsic::arm_neon_vmins)
9956
unsigned
IntNo
= cast<ConstantSDNode>(N->getOperand(0))->getZExtValue()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86IntrinsicsInfo.h
326
static const IntrinsicData* getIntrinsicWithChain(unsigned
IntNo
) {
327
const IntrinsicData *Data = lower_bound(IntrinsicsWithChain,
IntNo
);
328
if (Data != std::end(IntrinsicsWithChain) && Data->Id ==
IntNo
)
1152
static const IntrinsicData* getIntrinsicWithoutChain(unsigned
IntNo
) {
1153
const IntrinsicData *Data = lower_bound(IntrinsicsWithoutChain,
IntNo
);
1154
if (Data != std::end(IntrinsicsWithoutChain) && Data->Id ==
IntNo
)
X86ISelDAGToDAG.cpp
4588
unsigned
IntNo
= Node->getConstantOperandVal(1);
4589
switch (
IntNo
) {
4597
switch (
IntNo
) {
4644
unsigned
IntNo
= Node->getConstantOperandVal(1);
4645
switch (
IntNo
) {
4653
switch (
IntNo
) {
4678
if (
IntNo
== Intrinsic::x86_sse3_monitor ||
4679
IntNo
== Intrinsic::x86_monitorx) {
4726
switch (
IntNo
) {
X86ISelLowering.cpp
25067
unsigned
IntNo
= Op.getConstantOperandVal(0);
25069
const IntrinsicData* IntrData = getIntrinsicWithoutChain(
IntNo
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp
70
bool tryMULLV64LaneV128(unsigned
IntNo
, SDNode *N);
685
bool AArch64DAGToDAGISel::tryMULLV64LaneV128(unsigned
IntNo
, SDNode *N) {
701
if (
IntNo
== Intrinsic::aarch64_neon_smull) {
712
} else if (
IntNo
== Intrinsic::aarch64_neon_umull) {
3519
unsigned
IntNo
= cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue();
3520
switch (
IntNo
) {
3526
IntNo
== Intrinsic::aarch64_ldaxp ? AArch64::LDAXPX : AArch64::LDXPX;
3544
IntNo
== Intrinsic::aarch64_stlxp ? AArch64::STLXPX : AArch64::STXPX;
3866
unsigned
IntNo
= cast<ConstantSDNode>(Node->getOperand(0))->getZExtValue();
3867
switch (
IntNo
) {
[
all
...]
AArch64ISelLowering.cpp
1728
unsigned
IntNo
= cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
1729
switch (
IntNo
) {
3782
unsigned
IntNo
= cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
3784
switch (
IntNo
) {
4024
bool IsShiftRight =
IntNo
== Intrinsic::aarch64_neon_vsri;
4034
bool IsSignedAdd = (
IntNo
== Intrinsic::aarch64_neon_srhadd ||
4035
IntNo
== Intrinsic::aarch64_neon_shadd);
4036
bool IsRoundingAdd = (
IntNo
== Intrinsic::aarch64_neon_srhadd ||
4037
IntNo
== Intrinsic::aarch64_neon_urhadd);
4046
unsigned Opcode =
IntNo
== Intrinsic::aarch64_neon_uabd ? AArch64ISD::UAB
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp
17157
unsigned
IntNo
;
17161
IntNo
= Intrinsic::ceil;
17165
IntNo
= Intrinsic::floor;
17169
IntNo
= Intrinsic::trunc;
17173
IntNo
= Intrinsic::nearbyint;
17179
Function *Callee = CGM.getIntrinsic(
IntNo
, ConvertType(E->getType()));
17253
unsigned
IntNo
;
17257
IntNo
= Intrinsic::sadd_sat;
17261
IntNo
= Intrinsic::uadd_sat;
17265
IntNo
= Intrinsic::wasm_sub_sat_signed
[
all
...]
/src/external/apache2/llvm/dist/clang/utils/TableGen/
MveEmitter.cpp
738
std::string
IntNo
= ParamAlloc.allocParam(
740
OS << "Builder.CreateCall(CGM.getIntrinsic(" <<
IntNo
;
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEISelLowering.cpp
1579
unsigned
IntNo
= cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
1580
switch (
IntNo
) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcISelLowering.cpp
2998
unsigned
IntNo
= cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
3000
switch (
IntNo
) {
Completed in 94 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026