Searched defs:Srcs (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | Operations.cpp | 101 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 D | RandomIRBuilder.cpp | 79 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 D | IRMutator.cpp | 138 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 D | VirtRegMap.cpp | 464 const TargetRegisterInfo *TRI) { in expandCopyBundle()
|
H A D | TwoAddressInstructionPass.cpp | 560 SmallVector<Register, 2> Srcs; in removeMapRegEntry() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600ControlFlowFinalizer.cpp | 334 const SmallVector<std::pair<MachineOperand *, int64_t>, 3> Srcs = in getLiteral() local
|
H A D | R600InstrInfo.cpp | 413 const std::vector<std::pair<int, unsigned>> &Srcs = in isLegalUpTo() local
|
H A D | SIISelLowering.cpp | 13848 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 D | X86ISelLowering.cpp | 15077 int Srcs[2] = {-1, -1}; in lowerShuffleAsLanePermuteAndRepeatedMask() local
|