Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1214 unsigned SrcIdx, unsigned DstIdx, in tryInstructionTransform()
1415 for (unsigned SrcIdx = 0; SrcIdx < NumOps; ++SrcIdx) { in collectTiedOperands() local
1464 unsigned SrcIdx = TP.first; in processTiedPairs() local
1649 unsigned SrcIdx = TO.second[0].first; in processStatepoint() local
1801 unsigned SrcIdx = TiedPairs[0].first; in runOnMachineFunction() local
H A DRegisterCoalescer.h42 unsigned SrcIdx = 0; variable
H A DRegisterCoalescer.cpp1276 unsigned SrcIdx = CP.isFlipped() ? CP.getDstIdx() : CP.getSrcIdx(); in reMaterializeTrivialDef() local
1915 unsigned SrcIdx = CP.getSrcIdx(); in joinCopy() local
3574 unsigned SrcIdx = CP.getSrcIdx(); in joinVirtRegs() local
H A DTargetRegisterInfo.cpp392 unsigned SrcIdx, DefIdx; in shareSameRegisterFile() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1211 unsigned SrcIdx, unsigned DstIdx, in tryInstructionTransform()
1408 for (unsigned SrcIdx = 0; SrcIdx < NumOps; ++SrcIdx) { in collectTiedOperands() local
1459 unsigned SrcIdx = TiedPairs[tpi].first; in processTiedPairs() local
1670 unsigned SrcIdx = TiedPairs[0].first; in runOnMachineFunction() local
H A DRegisterCoalescer.h42 unsigned SrcIdx; variable
H A DRegisterCoalescer.cpp885 unsigned SrcIdx = CP.isFlipped() ? CP.getDstIdx() : CP.getSrcIdx(); in reMaterializeTrivialDef() local
1355 unsigned SrcIdx = CP.getSrcIdx(); in joinCopy() local
2686 unsigned SrcIdx = CP.getSrcIdx(); in joinVirtRegs() local
H A DTargetRegisterInfo.cpp299 unsigned SrcIdx, DefIdx; in shareSameRegisterFile() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1271 unsigned SrcIdx, unsigned DstIdx, in tryInstructionTransform()
1467 for (unsigned SrcIdx = 0; SrcIdx < NumOps; ++SrcIdx) { in collectTiedOperands() local
1518 unsigned SrcIdx = TiedPairs[tpi].first; in processTiedPairs() local
1740 unsigned SrcIdx = TiedPairs[0].first; in runOnMachineFunction() local
H A DRegisterCoalescer.h40 unsigned SrcIdx = 0; variable
H A DRegisterCoalescer.cpp1238 unsigned SrcIdx = CP.isFlipped() ? CP.getDstIdx() : CP.getSrcIdx(); in reMaterializeTrivialDef() local
1799 unsigned SrcIdx = CP.getSrcIdx(); in joinCopy() local
3392 unsigned SrcIdx = CP.getSrcIdx(); in joinVirtRegs() local
H A DTargetRegisterInfo.cpp352 unsigned SrcIdx, DefIdx; in shareSameRegisterFile() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp2275 unsigned SrcIdx, MaskIdx; in EmitInstruction() local
2333 unsigned SrcIdx, MaskIdx; in EmitInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp2121 unsigned SrcIdx = 1; in addConstantComments() local
2199 unsigned SrcIdx = 1; in addConstantComments() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp292 int SrcIdx = getOperandIdx(MI.getOpcode(), Op[0]); in getSrcs() local
1374 MachineOperand &R600InstrInfo::getFlagOp(MachineInstr &MI, unsigned SrcIdx, in getFlagOp()
H A DAMDGPUInstCombineIntrinsic.cpp1147 for (unsigned SrcIdx = 0; SrcIdx < 4; ++SrcIdx) { in simplifyAMDGCNMemoryIntrinsicDemanded() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp807 for (unsigned SrcIdx = 0; SrcIdx < BV->getNumSources(); ++SrcIdx) { in ConstantFoldCTLZ() local
1183 for (unsigned SrcIdx = 0; SrcIdx < BV->getNumSources(); ++SrcIdx) { in isConstantOrConstantVector() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp315 int SrcIdx = getOperandIdx(MI.getOpcode(), OpTable[j][0]); in getSrcs() local
1400 MachineOperand &R600InstrInfo::getFlagOp(MachineInstr &MI, unsigned SrcIdx, in getFlagOp()
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp323 int SrcIdx = getOperandIdx(MI.getOpcode(), OpTable[j][0]); in getSrcs() local
1427 MachineOperand &R600InstrInfo::getFlagOp(MachineInstr &MI, unsigned SrcIdx, in getFlagOp()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp961 int SrcIdx = U.getOperandNo(); in rewriteWithNewAddressSpaces() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp453 unsigned PredIdx, DOPIdx, SrcIdx, Src2Idx; in expand_DestructiveOp() local
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp229 int SrcIdx = SVI->getMaskValue(Elt->getZExtValue()); in visitExtractElementInst() local
/aosp_15_r20/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3351 for (GEPOperator::const_op_iterator SrcIdx = SrcGEP->idx_begin(), in depends() local
3781 for (GEPOperator::const_op_iterator SrcIdx = SrcGEP->idx_begin(), in getSplitIteration() local
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1444 unsigned SrcIdx, MaskIdx; in EmitInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp1215 int SrcIdx = U.getOperandNo(); in rewriteWithNewAddressSpaces() local

123