HomeSort by: relevance | last modified time | path
    Searched refs:INTRINSIC (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/games/hack/
hack.eat.c 490 Teleportation |= INTRINSIC;
504 Aggravate_monster |= INTRINSIC;
512 Invis |= INTRINSIC;
513 See_invisible |= INTRINSIC;
525 Fire_resistance |= INTRINSIC;
528 Telepat |= INTRINSIC;
532 Cold_resistance |= INTRINSIC;
536 Poison_resistance |= INTRINSIC;
hack.h 104 #define INTRINSIC 040000L
hack.u_init.c 293 Fast = INTRINSIC;
294 Stealth = INTRINSIC;
hack.main.c 375 (!(Fast & ~INTRINSIC) && (!Fast || rn2(3)))) {
hack.potion.c 211 if (!(Fast & ~INTRINSIC))
hack.read.c 513 Punished = INTRINSIC;
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_builtin_vars.h 30 #define __CUDA_DEVICE_BUILTIN(FIELD, INTRINSIC) \
34 return INTRINSIC; \
  /src/external/apache2/llvm/dist/llvm/lib/IR/
IntrinsicInst.cpp 1 //===-- InstrinsicInst.cpp - Intrinsic Instruction Wrappers ---------------===//
9 // This file implements methods that make it really easy to deal with intrinsic
12 // All intrinsic function calls are instances of the call instruction, so these
71 assert(OpIdx == 0 && "Operand Index must be 0 for a debug intrinsic with a "
125 "NewExpr for debug variable intrinsic does not reference every "
144 int llvm::Intrinsic::lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable,
255 #define INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC) \
256 case Intrinsic::INTRINSIC: \
266 #define INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC) \
    [all...]
IRBuilder.cpp 89 Intrinsic::getDeclaration(M, Intrinsic::vscale, {Scaling->getType()});
98 return CreateIntrinsic(Intrinsic::experimental_stepvector, {DstType}, {},
121 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys);
149 Function *TheFn = Intrinsic::getDeclaration(
150 M, Intrinsic::memset_element_unordered_atomic, Tys);
170 Intrinsic::ID IntrID, Value *Dst, MaybeAlign DstAlign, Value *Src,
179 Function *TheFn = Intrinsic::getDeclaration(M, IntrID, Tys);
217 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memcpy_inline, Tys)
    [all...]
Function.cpp 406 // name is a valid intrinsic ID.
408 setAttributes(Intrinsic::getAttributes(getContext(), IntID));
447 #define INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC) \
448 case Intrinsic::INTRINSIC:
692 /// Table of string intrinsic names indexed by enum value.
700 /// Table of per-target intrinsic name tables.
705 bool Function::isTargetIntrinsic(Intrinsic::ID IID) {
732 /// This does the actual lookup of an intrinsic ID which
734 Intrinsic::ID Function::lookupIntrinsicID(StringRef Name)
    [all...]
Verifier.cpp 328 /// Cache of declarations of the llvm.experimental.deoptimize.<ty> intrinsic.
404 // Collect all declarations of the llvm.experimental.deoptimize intrinsic.
406 if (F.getIntrinsicID() == Intrinsic::experimental_deoptimize)
518 void visitIntrinsicCall(Intrinsic::ID ID, CallBase &Call);
682 "invalid linkage for intrinsic global variable", &GV);
694 "wrong type for intrinsic global variable", &GV);
701 "wrong type for intrinsic global variable", &GV);
708 "invalid linkage for intrinsic global variable", &GV);
712 Assert(PTy, "wrong type for intrinsic global variable", &GV);
716 Assert(InitArray, "wrong initalizer for intrinsic global variable"
    [all...]
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
st_parse.c 77 static char *intrinsic(char *cp, tdesc_t **rtdp);
319 tdp->t_type == INTRINSIC);
586 cp = intrinsic(cp, rtdp);
777 intrinsic(char *cp, tdesc_t **rtdp) function
789 expected("intrinsic/b", "[su]", cp);
797 expected("intrinsic/b", "; (post-width)", cp - 1);
801 expected("intrinsic/b", "; (post-offset)", cp - 1);
812 expected("intrinsic/R", "number <= CTF_FP_MAX", cp);
818 expected("intrinsic/R", ";", cp - 1);
826 tdp->t_type = INTRINSIC;
    [all...]
ctftools.h 148 INTRINSIC,
dwarf.c 182 case INTRINSIC:
220 case INTRINSIC:
595 tdp->t_type = INTRINSIC;
634 * Used for creating bitfield types. We create a copy of an existing intrinsic,
651 new->t_type = INTRINSIC;
1228 if (ml->ml_size != 0 && mt->t_type == INTRINSIC &&
1232 * an intrinsic type with the same width. If the
1592 tdp->t_type = INTRINSIC;
1906 NULL, /* intrinsic */
1925 NULL, /* intrinsic */
    [all...]
ctf.c 329 case INTRINSIC:
1139 tdp->t_type = INTRINSIC;
1166 tdp->t_type = INTRINSIC;
  /src/external/apache2/llvm/dist/llvm/utils/
update_mir_test_checks.py 256 INTRINSIC='INT',
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 339 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \
876 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \
LegalizeVectorTypes.cpp 159 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \
1054 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \
3059 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \
3134 // If the target has custom/legal support for the scalar FP intrinsic ops
SelectionDAGBuilder.cpp 1217 // we couldn't resolve it directly when examining the DbgValue intrinsic
1735 // (All catchpads with 'catch (type)' clauses have a 'llvm.rethrow' intrinsic
2889 llvm_unreachable("Cannot invoke this intrinsic");
2890 case Intrinsic::donothing:
2892 case Intrinsic::seh_try_begin:
2893 case Intrinsic::seh_scope_begin:
2894 case Intrinsic::seh_try_end:
2895 case Intrinsic::seh_scope_end:
2897 case Intrinsic::experimental_patchpoint_void:
2898 case Intrinsic::experimental_patchpoint_i64
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
dump-parse-tree.cc 722 ("show_expr(): Bad intrinsic in expression");
804 if (attr->intrinsic)
805 fputs (" INTRINSIC", dumpfile);
1083 /* Intrinsic operators. */
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
dump-parse-tree.cc 707 ("show_expr(): Bad intrinsic in expression");
788 if (attr->intrinsic)
789 fputs (" INTRINSIC", dumpfile);
1065 /* Intrinsic operators. */
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 256 MaskedIntrinsic, // Use a target-specific intrinsic for the LL/SC loop.
593 /// Return true if it is cheap to speculate a call to intrinsic cttz.
598 /// Return true if it is cheap to speculate a call to intrinsic ctlz.
998 /// Given an intrinsic, checks if on the target the intrinsic will need to map
1000 /// true and store the intrinsic information into the IntrinsicInfo that was
1004 unsigned /*Intrinsic*/) const {
1094 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \
1096 #define CMP_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \
1877 /// Perform a masked atomicrmw using a target-specific intrinsic. Thi
    [all...]
SelectionDAGNodes.h 646 /// Test if this node is a memory intrinsic (with valid pointer information).
664 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \
1362 // with either an intrinsic or a target opcode.
2743 /// of the overflow intrinsic nodes.
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 1654 unsigned IRTranslator::getSimpleIntrinsicOpcode(Intrinsic::ID ID) {
1658 case Intrinsic::bswap:
1660 case Intrinsic::bitreverse:
1662 case Intrinsic::fshl:
1664 case Intrinsic::fshr:
1666 case Intrinsic::ceil:
1668 case Intrinsic::cos:
1670 case Intrinsic::ctpop:
1672 case Intrinsic::exp:
1674 case Intrinsic::exp2
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp 817 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \
845 // Most targets ignore the @llvm.prefetch intrinsic.
848 // Most targets also ignore the @llvm.readcyclecounter intrinsic.

Completed in 109 milliseconds

1 2