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

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonOptimizeSZextends.cpp 47 bool intrinsicAlreadySextended(Intrinsic::ID IntID);
56 bool HexagonOptimizeSZextends::intrinsicAlreadySextended(Intrinsic::ID IntID) {
57 switch(IntID) {
HexagonVectorCombine.cpp 103 Value *createHvxIntrinsic(IRBuilder<> &Builder, Intrinsic::ID IntID,
1216 Intrinsic::ID IntID, Type *RetTy,
1265 Function *FI = Intrinsic::getDeclaration(F.getParent(), IntID);
HexagonISelLowering.cpp 3564 Intrinsic::ID IntID = (SZ == 32) ? Intrinsic::hexagon_L2_loadw_locked
3566 Function *Fn = Intrinsic::getDeclaration(M, IntID);
3588 Intrinsic::ID IntID = (SZ == 32) ? Intrinsic::hexagon_S2_storew_locked
3590 Function *Fn = Intrinsic::getDeclaration(M, IntID);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h 138 Function *getIntrinsicEntryPoint(Function *&Decl, Intrinsic::ID IntID) {
142 return Decl = Intrinsic::getDeclaration(TheModule, IntID);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalValue.h 83 IntID((Intrinsic::ID)0U), Parent(nullptr) {
156 Intrinsic::ID IntID;
Function.h 205 Intrinsic::ID getIntrinsicID() const LLVM_READONLY { return IntID; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp 2114 llvm::Function *&fn, llvm::Intrinsic::ID IntID,
2120 fn = CGF.CGM.getIntrinsic(IntID);
2140 llvm::Intrinsic::ID IntID) {
2142 fn = CGF.CGM.getIntrinsic(IntID);
2165 llvm::Intrinsic::ID IntID,
2170 fn = CGF.CGM.getIntrinsic(IntID);
2191 llvm::Intrinsic::ID IntID) {
2195 fn = CGF.CGM.getIntrinsic(IntID);
CodeGenFunction.h 4150 unsigned IntID);
4153 unsigned IntID);
4165 unsigned IntID);
4167 SmallVectorImpl<llvm::Value *> &Ops, unsigned IntID);
4170 unsigned IntID);
CGBuiltin.cpp 7075 llvm::Type *ResTy, unsigned IntID,
7107 TblF = CGF.CGM.getIntrinsic(IntID, ResTy);
8462 unsigned IntID;
8470 IntID = Intrinsic::aarch64_sve_convert_from_svbool;
8474 IntID = Intrinsic::aarch64_sve_convert_to_svbool;
8479 Function *F = CGM.getIntrinsic(IntID, IntrinsicTy);
8487 unsigned IntID) {
8504 F = CGM.getIntrinsic(IntID, {OverloadedTy, Ops[1]->getType()});
8510 F = CGM.getIntrinsic(IntID, OverloadedTy);
8539 unsigned IntID) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 405 // Note, the IntID field will have been set in Value::setName if this function
407 if (IntID)
408 setAttributes(Intrinsic::getAttributes(getContext(), IntID));
710 return isTargetIntrinsic(IntID);
758 IntID = Intrinsic::not_intrinsic;
762 IntID = lookupIntrinsicID(Name);
  /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 69 milliseconds