/freebsd-src/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 | 390 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 D | VirtRegMap.cpp | 464 __anonfc12b2e70202(const MachineInstr *Dst, ArrayRef<MachineInstr *> Srcs, const TargetRegisterInfo *TRI) expandCopyBundle() argument
|
H A D | TwoAddressInstructionPass.cpp | 487 SmallVector<Register, 2> Srcs; removeMapRegEntry() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600ControlFlowFinalizer.cpp | 336 for (const auto &Src: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 | 13543 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 D | X86ISelLowering.cpp | 14946 int Srcs[2] = {-1, -1}; lowerShuffleAsLanePermuteAndRepeatedMask() local [all...] |