Home
last modified time | relevance | path

Searched defs:Srcs (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp101 auto buildOp = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in selectDescriptor()
110 auto buildOp = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in fnegDescriptor()
118 auto buildOp = [Op](ArrayRef<Value *> Srcs, Instruction *Inst) { in binOpDescriptor()
151 auto buildOp = [CmpOp, Pred](ArrayRef<Value *> Srcs, Instruction *Inst) { in cmpOpDescriptor()
166 auto buildSplitBlock = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in splitBlockDescriptor()
196 auto buildGEP = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in gepDescriptor()
242 auto buildExtract = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in extractValueDescriptor()
301 auto buildInsert = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in insertValueDescriptor()
313 auto buildExtract = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in extractElementDescriptor()
321 auto buildInsert = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in insertElementDescriptor()
[all …]
H A DRandomIRBuilder.cpp79 RandomIRBuilder::findOrCreateGlobalVariable(Module *M, ArrayRef<Value *> Srcs, in findOrCreateGlobalVariable()
116 ArrayRef<Value *> Srcs, in findOrCreateSource()
199 ArrayRef<Value *> Srcs, SourcePred Pred, in newSource()
H A DIRMutator.cpp138 SmallVector<Value *, 2> Srcs; in mutate() local
391 Instruction *Inst) { in mutate()
411 SmallVector<Value *, 2> Srcs; in mutate() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVirtRegMap.cpp464 const TargetRegisterInfo *TRI) { in expandCopyBundle()
H A DTwoAddressInstructionPass.cpp560 SmallVector<Register, 2> Srcs; in removeMapRegEntry() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp334 const SmallVector<std::pair<MachineOperand *, int64_t>, 3> Srcs = in getLiteral() local
H A DR600InstrInfo.cpp413 const std::vector<std::pair<int, unsigned>> &Srcs = in isLegalUpTo() local
H A DSIISelLowering.cpp13848 SmallVectorImpl<DotSrc> &Srcs = I == 0 ? Src0s : Src1s; in placeSources() local
13862 SmallVectorImpl<DotSrc> &Srcs = FirstGroup == 1 ? Src0s : Src1s; in placeSources() local
13895 SmallVectorImpl<DotSrc> &Srcs, bool IsSigned, in resolveSources()
13962 static void fixMasks(SmallVectorImpl<DotSrc> &Srcs, unsigned ChainLength) { in fixMasks()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15077 int Srcs[2] = {-1, -1}; in lowerShuffleAsLanePermuteAndRepeatedMask() local