Home
last modified time | relevance | path

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

/freebsd-src/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.cpp390 auto BuilderFunc = [FTy, F, isRetVoid](ArrayRef<Value *> Srcs, in mutate() argument
137 SmallVector<Value *, 2> Srcs; mutate() local
410 SmallVector<Value *, 2> Srcs; mutate() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DVirtRegMap.cpp464 __anonfc12b2e70202(const MachineInstr *Dst, ArrayRef<MachineInstr *> Srcs, const TargetRegisterInfo *TRI) expandCopyBundle() argument
H A DTwoAddressInstructionPass.cpp487 SmallVector<Register, 2> Srcs; removeMapRegEntry() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp336 for (const auto &Src:Srcs) { in getLiteral() local
H A DR600InstrInfo.cpp413 const std::vector<std::pair<int, unsigned>> &Srcs = in isLegalUpTo() local
H A DSIISelLowering.cpp13543 SmallVectorImpl<std::pair<SDValue, unsigned>> &Srcs = placeSources() local
13557 SmallVectorImpl<std::pair<SDValue, unsigned>> &Srcs = placeSources() local
13587 resolveSources(SelectionDAG & DAG,SDLoc SL,SmallVectorImpl<std::pair<SDValue,unsigned>> & Srcs,bool IsSigned,bool IsAny) resolveSources() argument
13654 fixMasks(SmallVectorImpl<std::pair<SDValue,unsigned>> & Srcs,unsigned ChainLength) fixMasks() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp14946 int Srcs[2] = {-1, -1}; lowerShuffleAsLanePermuteAndRepeatedMask() local
[all...]