HomeSort by: relevance | last modified time | path
    Searched defs:IntID (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalValue.h 83 IntID((Intrinsic::ID)0U), Parent(nullptr) {
156 Intrinsic::ID IntID;
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 1637 SDValue IntID = DAG.getTargetConstant(Intrinsic::riscv_vlse, DL, MVT::i64);
1638 SDValue Ops[] = {Chain, IntID, StackSlot,
1746 SDValue IntID =
1748 SDValue Ops[] = {Ld->getChain(), IntID, NewAddr,
4119 SDValue IntID = DAG.getTargetConstant(Intrinsic::riscv_vle_mask, DL, XLenVT);
4120 SDValue Ops[] = {Load->getChain(), IntID, PassThru,
4154 SDValue IntID = DAG.getTargetConstant(Intrinsic::riscv_vse_mask, DL, XLenVT);
4157 {Store->getChain(), IntID, Val, Store->getBasePtr(), Mask, VL},
4404 unsigned IntID =
4407 DAG.getTargetConstant(IntID, DL, XLenVT)}
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 1712 Intrinsic::ID IntID = static_cast<Intrinsic::ID>(CN->getZExtValue());
1713 switch (IntID) {
16765 Intrinsic::ID IntID = static_cast<Intrinsic::ID>(CN->getZExtValue());
16766 switch (IntID) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 18118 Intrinsic::ID IntID = static_cast<Intrinsic::ID>(CN->getZExtValue());
18119 switch (IntID) {

Completed in 116 milliseconds