Home
last modified time | relevance | path

Searched defs:IID (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp184 unsigned SystemZTTIImpl::getIntImmCost(Intrinsic::ID IID, unsigned Idx, in getIntImmCost()
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h135 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
257 unsigned getIntImmCost(Intrinsic::ID IID, unsigned Idx, const APInt &Imm, in getIntImmCost()
368 if (Intrinsic::ID IID = (Intrinsic::ID)F->getIntrinsicID()) { in getCallCost() local
391 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
DTargetTransformInfo.h625 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
629 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
696 unsigned getIntImmCost(Intrinsic::ID IID, unsigned Idx, const APInt &Imm, in getIntImmCost()
/external/llvm/lib/IR/
DAutoUpgrade.cpp35 static bool UpgradeSSE41Function(Function* F, Intrinsic::ID IID, in UpgradeSSE41Function()
51 static bool UpgradeX86IntrinsicsWith8BitMask(Function *F, Intrinsic::ID IID, in UpgradeX86IntrinsicsWith8BitMask()
67 static bool UpgradeAVX512CmpIntrinsic(Function *F, Intrinsic::ID IID, in UpgradeAVX512CmpIntrinsic()
DFunction.cpp258 if (unsigned IID = getIntrinsicID()) in Function() local
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h160 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
165 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
525 unsigned getIntrinsicInstrCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicInstrCost()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp513 unsigned IID = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in SelectIntrinsicChain() local
548 unsigned IID = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); in SelectIntrinsicNoChain() local
1247 unsigned IID = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in SelectLDGLDU() local
4949 unsigned IID = cast<ConstantSDNode>(N.getOperand(0))->getZExtValue(); in SelectDirectAddr() local
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp66 TargetTransformInfo::getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
176 unsigned TargetTransformInfo::getIntImmCost(Intrinsic::ID IID, unsigned Idx, in getIntImmCost()
DInstructionSimplify.cpp3562 static Value *SimplifyIntrinsic(Intrinsic::ID IID, IterTy ArgBegin, IterTy ArgEnd, in SimplifyIntrinsic()
3593 if (unsigned IID = F->getIntrinsicID()) in SimplifyCall() local
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp67 unsigned PPCTTIImpl::getIntImmCost(Intrinsic::ID IID, unsigned Idx, in getIntImmCost()
/external/llvm/lib/CodeGen/
DGCRootLowering.cpp145 if (unsigned IID = F->getIntrinsicID()) in CouldBecomeSafePoint() local
DPasses.cpp494 const char *IID = (const char *)(IPI->getTypeInfo()); in addMachinePasses() local
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp130 unsigned AArch64TTIImpl::getIntImmCost(Intrinsic::ID IID, unsigned Idx, in getIntImmCost()
DAArch64ISelLowering.cpp5472 unsigned IID = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); in getIntrinsicID() local
7409 SDValue IID = N->getOperand(0); in tryCombineFixedPointConvert() local
7681 static SDValue tryCombineLongOpWithDup(unsigned IID, SDNode *N, in tryCombineLongOpWithDup()
7710 static SDValue tryCombineShiftImm(unsigned IID, SDNode *N, SelectionDAG &DAG) { in tryCombineShiftImm()
7796 unsigned IID = getIntrinsicID(N); in performIntrinsicCombine() local
7853 unsigned IID = getIntrinsicID(ABDNode); in performExtendCombine() local
DAArch64FastISel.cpp3266 unsigned IID = II->getIntrinsicID(); in foldXALUIntrinsic() local
3534 unsigned IID = II->getIntrinsicID(); in fastLowerIntrinsicCall() local
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp166 InstrItineraryData IID = STI->getInstrItineraryForCPU(DC->getCPU()); in getItineraryLatency() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp113 unsigned IID = cast<ConstantSDNode>(getOperand(OpNo))->getZExtValue(); in getOperationName() local
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1077 unsigned X86TTIImpl::getIntImmCost(Intrinsic::ID IID, unsigned Idx, in getIntImmCost()
/external/aac/libSBRenc/src/
Dps_encode.cpp652 …FIXP_DBL IID = fMultDiv2( FL2FXCONST_DBL(LOG10_2_10/IID_SCALE_FT), (ldPwrL[env][i]-ldPwrR[env][i])… in calculateIID() local
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp665 Intrinsic::ID IID = (Intrinsic::ID) F->getIntrinsicID(); in isVectorizableIntrinsic() local
1101 Intrinsic::ID IID = (Intrinsic::ID) FI->getIntrinsicID(); in areInstsCompatible() local
2773 Intrinsic::ID IID = (Intrinsic::ID) F->getIntrinsicID(); in getReplacementInputsForPair() local
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h771 const CodeGenIntrinsic &getIntrinsicInfo(unsigned IID) const { in getIntrinsicInfo()
DCodeGenDAGPatterns.cpp1545 unsigned IID = cast<IntInit>(getChild(0)->getLeafValue())->getValue(); in getIntrinsicInfo() local
2162 unsigned IID = getDAGPatterns().getIntrinsicID(Operator)+1; in ParseTreePattern() local
/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp989 unsigned IID = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); in SelectIntrinsicWOChain() local
/external/clang/lib/CodeGen/
DCodeGenModule.cpp872 if (unsigned IID = F->getIntrinsicID()) { in SetFunctionAttributes() local
2566 llvm::Function *CodeGenModule::getIntrinsic(unsigned IID, in getIntrinsic()
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp976 Intrinsic::ID IID = (Intrinsic::ID) Callee->getIntrinsicID(); in optimizeUnaryDoubleFP() local

12