Home
last modified time | relevance | path

Searched defs:SrcIdx (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.h42 unsigned SrcIdx = 0; variable
H A DTwoAddressInstructionPass.cpp1127 unsigned SrcIdx, unsigned DstIdx, in tryInstructionTransform()
1322 for (unsigned SrcIdx = 0; SrcIdx < NumOps; ++SrcIdx) { in collectTiedOperands() local
1371 unsigned SrcIdx = TP.first; in processTiedPairs() local
1593 unsigned SrcIdx = TiedPairs[0].first; in runOnMachineFunction() local
H A DTargetRegisterInfo.cpp391 unsigned SrcIdx, DefIdx; in shareSameRegisterFile() local
H A DRegisterCoalescer.cpp1264 unsigned SrcIdx = CP.isFlipped() ? CP.getDstIdx() : CP.getSrcIdx(); in reMaterializeTrivialDef() local
1883 unsigned SrcIdx = CP.getSrcIdx(); in joinCopy() local
3508 unsigned SrcIdx = CP.getSrcIdx(); in joinVirtRegs() local
H A DPeepholeOptimizer.cpp1845 unsigned SrcIdx = Def->getNumOperands(); in getNextSourceFromBitcast() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp2014 unsigned SrcIdx = 1; in addConstantComments() local
2092 unsigned SrcIdx = 1; in addConstantComments() local
H A DX86InstrInfo.cpp2117 unsigned SrcIdx = (Imm >> 6) & 3; in commuteInstructionImpl() local
5423 unsigned SrcIdx = (Imm >> 6) & 3; in foldMemoryOperandCustom() local
H A DX86ISelLowering.cpp7418 unsigned SrcIdx = M / Size; in getTargetShuffleAndZeroables() local
7726 unsigned SrcIdx = SrcExtract.getConstantOperandVal(1); in getFauxShuffleMask() local
8063 uint64_t SrcIdx = Op.getConstantOperandVal(1); in getShuffleScalarElt() local
13115 int SrcIdx = i + Offset; in lowerShuffleAsSpecificZeroOrAnyExtend() local
37857 unsigned SrcIdx = (InsertPSMask >> 6) & 0x3; in combineTargetShuffle() local
43658 unsigned SrcIdx = Lane * NumSrcEltsPerLane + Elt % NumSrcEltsPerLane; in combineVectorPack() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp411 unsigned PredIdx, DOPIdx, SrcIdx, Src2Idx; in expand_DestructiveOp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp292 int SrcIdx = getOperandIdx(MI.getOpcode(), OpTable[j][0]); in getSrcs() local
1378 MachineOperand &R600InstrInfo::getFlagOp(MachineInstr &MI, unsigned SrcIdx, in getFlagOp()
H A DAMDGPUInstCombineIntrinsic.cpp988 for (unsigned SrcIdx = 0; SrcIdx < 4; ++SrcIdx) { in simplifyAMDGCNMemoryIntrinsicDemanded() local
H A DR600ISelLowering.cpp1980 bool R600TargetLowering::FoldOperand(SDNode *ParentNode, unsigned SrcIdx, in FoldOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp1123 int SrcIdx = U.getOperandNo(); in rewriteWithNewAddressSpaces() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2036 unsigned SrcIdx = MI.getNumOperands() - 1; in matchCombineUnmergeConstant() local
3727 for (unsigned SrcIdx = 1; SrcIdx < MI.getNumOperands(); SrcIdx += 2) { in applyExtendThroughPhis() local
3749 for (unsigned SrcIdx = 1; SrcIdx < MI.getNumOperands(); ++SrcIdx) { in applyExtendThroughPhis() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp33 enum { DstIdx = 0, SrcIdx = 1 }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp438 int SrcIdx = in visitExtractElementInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3346 for (int SrcIdx : SrcIndices) { in validateEarlyClobberLimitations() local
3790 auto SrcIdx = getNamedOperandIdx(Opcode, SrcName); in validateLdsDirect() local
5890 int SrcIdx = 0; in cvtExp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp558 SmallVectorImpl<int> &SrcIdx) { in buildHvxVectorReg()