Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstruction.cpp21 void WriteState::writeStartEvent(unsigned IID, MCPhysReg RegID, in writeStartEvent()
30 void ReadState::writeStartEvent(unsigned IID, MCPhysReg RegID, unsigned Cycles) { in writeStartEvent()
53 void WriteState::onInstructionIssued(unsigned IID) { in onInstructionIssued()
71 void WriteState::addUser(unsigned IID, ReadState *User, int ReadAdvance) { in addUser()
84 void WriteState::addUser(unsigned IID, WriteState *User) { in addUser()
168 void Instruction::execute(unsigned IID) { in execute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp40 static bool UpgradePTESTIntrinsic(Function* F, Intrinsic::ID IID, in UpgradePTESTIntrinsic()
56 static bool UpgradeX86IntrinsicsWith8BitMask(Function *F, Intrinsic::ID IID, in UpgradeX86IntrinsicsWith8BitMask()
763 Intrinsic::ID IID = StringSwitch<Intrinsic::ID>(Name) in UpgradeIntrinsicFunction1() local
1059 Intrinsic::ID IID; in UpgradeX86VPERMT2Intrinsics() local
1120 Intrinsic::ID IID = in UpgradeX86AddSubSatIntrinsics() local
1149 Intrinsic::ID IID = IsRotateRight ? Intrinsic::fshr : Intrinsic::fshl; in upgradeX86Rotate() local
1219 Intrinsic::ID IID = IsShiftRight ? Intrinsic::fshr : Intrinsic::fshl; in upgradeX86ConcatShift() local
1384 Intrinsic::ID IID) { in UpgradeX86MaskedShift()
1421 Intrinsic::ID IID; in upgradeAVX512MaskToSelect() local
1831 Intrinsic::ID IID = Name[18] == 's' ? Intrinsic::x86_avx512_sqrt_ps_512 in UpgradeIntrinsicCall() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVTargetTransformInfo.cpp88 int RISCVTTIImpl::getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, in getIntImmCostIntrin()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiTargetTransformInfo.h73 int getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, const APInt &Imm, in getIntImmCostIntrin()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSchedule.cpp135 const InstrItineraryData &IID) { in getReciprocalThroughput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h164 Intrinsic::ID IID) const { in collectFlatAddressOperands()
367 unsigned getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, in getIntImmCostIntrin()
723 if (Intrinsic::ID IID = F->getIntrinsicID()) { in getCallCost() local
805 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
849 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
DTargetTransformInfo.h1468 Intrinsic::ID IID) const override { in collectFlatAddressOperands()
1645 int getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, const APInt &Imm, in getIntImmCostIntrin()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InsertPrefetch.cpp129 unsigned IID = 0; in findPrefetchInfo() local
DX86TargetTransformInfo.cpp1886 int X86TTIImpl::getIntrinsicInstrCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicInstrCost()
2290 int X86TTIImpl::getIntrinsicInstrCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicInstrCost()
3133 int X86TTIImpl::getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, in getIntImmCostIntrin()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAnnotateKernelFeatures.cpp288 Intrinsic::ID IID = Callee->getIntrinsicID(); in addFeatureAttributes() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DGCRootLowering.cpp137 if (Intrinsic::ID IID = F->getIntrinsicID()) in CouldBecomeSafePoint() local
DTargetPassConfig.cpp884 const char *IID = (const char *)(IPI->getTypeInfo()); in addMachinePasses() local
DAnalysis.cpp659 Intrinsic::ID IID = F->getIntrinsicID(); in returnTypeIsEligibleForTailCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp508 unsigned IID = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in tryIntrinsicChain() local
720 unsigned IID = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); in tryIntrinsicNoChain() local
1243 unsigned IID = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in tryLDGLDU() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp110 Intrinsic::ID IID = matchRotate(P0, RotSrc, RotAmt); in foldGuardedRotateToFunnelShift() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h220 Intrinsic::ID IID) const { in collectFlatAddressOperands()
306 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
311 unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, in getIntrinsicCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp178 InstrItineraryData IID = STI->getInstrItineraryForCPU(DC->getCPU()); in getItineraryLatency() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp145 unsigned IID = cast<ConstantSDNode>(getOperand(OpNo))->getZExtValue(); in getOperationName() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp277 Intrinsic::ID IID = Intrinsic::not_intrinsic; in isSafeAndProfitableToSpeculateAroundPHI() local
DInferAddressSpaces.cpp286 auto IID = II->getIntrinsicID(); in collectRewritableIntrinsicOperands() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp150 int AArch64TTIImpl::getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, in getIntImmCostIntrin()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp87 int PPCTTIImpl::getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, in getIntImmCostIntrin()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp183 int SystemZTTIImpl::getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, in getIntImmCostIntrin()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstruction.h88 unsigned IID; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp190 Intrinsic::ID IID, Type *RetTy, ArrayRef<const Value *> Arguments, in getIntrinsicCost()
474 int TargetTransformInfo::getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, in getIntImmCostIntrin()

123