/external/llvm-project/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 93 auto buildOp = [Op](ArrayRef<Value *> Srcs, Instruction *Inst) { in binOpDescriptor() 126 auto buildOp = [CmpOp, Pred](ArrayRef<Value *> Srcs, Instruction *Inst) { in cmpOpDescriptor() 141 auto buildSplitBlock = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in splitBlockDescriptor() 171 auto buildGEP = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in gepDescriptor() 212 auto buildExtract = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in extractValueDescriptor() 271 auto buildInsert = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in insertValueDescriptor() 283 auto buildExtract = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in extractElementDescriptor() 291 auto buildInsert = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in insertElementDescriptor() 316 auto buildShuffle = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in shuffleVectorDescriptor()
|
D | RandomIRBuilder.cpp | 28 ArrayRef<Value *> Srcs, in findOrCreateSource() 42 ArrayRef<Value *> Srcs, SourcePred Pred) { in newSource() 135 ArrayRef<Value *> Srcs, SourcePred Pred) { in findPointer()
|
D | IRMutator.cpp | 120 SmallVector<Value *, 2> Srcs; in mutate() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 93 auto buildOp = [Op](ArrayRef<Value *> Srcs, Instruction *Inst) { in binOpDescriptor() 126 auto buildOp = [CmpOp, Pred](ArrayRef<Value *> Srcs, Instruction *Inst) { in cmpOpDescriptor() 141 auto buildSplitBlock = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in splitBlockDescriptor() 171 auto buildGEP = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in gepDescriptor() 212 auto buildExtract = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in extractValueDescriptor() 267 auto buildInsert = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in insertValueDescriptor() 279 auto buildExtract = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in extractElementDescriptor() 287 auto buildInsert = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in insertElementDescriptor() 312 auto buildShuffle = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in shuffleVectorDescriptor()
|
D | RandomIRBuilder.cpp | 28 ArrayRef<Value *> Srcs, in findOrCreateSource() 42 ArrayRef<Value *> Srcs, SourcePred Pred) { in newSource() 135 ArrayRef<Value *> Srcs, SourcePred Pred) { in findPointer()
|
D | IRMutator.cpp | 120 SmallVector<Value *, 2> Srcs; in mutate() local
|
/external/libchrome/soong/ |
D | bindings_generator.go | 82 Srcs []string member 135 func (m *mojomDowngradedFiles) Srcs() android.Paths { func 148 Srcs []string member 206 func (m *mojomPickles) Srcs() android.Paths { func 221 Srcs []string member 407 func (m *mojomHeaders) Srcs() android.Paths { func 462 func (m *mojomSrcs) Srcs() android.Paths { func 522 func (m *mojomSrcjar) Srcs() android.Paths { func
|
/external/wayland-protocols/ |
D | wayland_protocol_codegen.go | 89 Srcs []string member 152 func (g *waylandGenModule) Srcs() android.Paths { func
|
/external/robolectric-shadows/soong/ |
D | robolectric.go | 38 func (b *buildProps) Srcs() android.Paths { func
|
/external/llvm-project/llvm/unittests/FuzzMutate/ |
D | RandomIRBuilderTest.cpp | 72 SmallVector<Value *, 2> Srcs; in TEST() local 112 SmallVector<Value *, 2> Srcs(2); in TEST() local 192 SmallVector<Value *, 2> Srcs(2); in TEST() local
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | SerializationTests.cpp | 352 auto Srcs = llvm::find_if(Parsed->Chunks, [](riff::Chunk C) { in TEST() local
|
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
D | rc_test_helpers.c | 354 struct match_info Srcs[3]; member
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.cpp | 353 ArrayRef<std::pair<MachineOperand *, int64_t>> Srcs = getSrcs(MI); in ExtractSrcs() local 446 const std::vector<std::pair<int, unsigned> > &Srcs = in isLegalUpTo() local 627 ArrayRef<std::pair<MachineOperand *, int64_t>> Srcs = getSrcs(MI); in fitsConstReadLimitations() local
|
D | R600ControlFlowFinalizer.cpp | 351 const SmallVector<std::pair<MachineOperand *, int64_t>, 3> Srcs = in getLiteral() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | VirtRegMap.cpp | 422 const TargetRegisterInfo *TRI) { in expandCopyBundle()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | VirtRegMap.cpp | 422 const TargetRegisterInfo *TRI) { in expandCopyBundle()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLowering.h | 503 void scalarizeInstruction(Variable *Dest, F insertScalarInstruction, in scalarizeInstruction()
|
D | IceInst.h | 255 CfgVector<Operand *> Srcs; variable
|
D | IceTargetLoweringARM32.cpp | 3205 Int32Operands Srcs(Src0, Src1); in lowerArithmetic() local 4568 Int32Operands Srcs(Src0, Src1); in lowerInt32IcmpCond() local 4605 Int32Operands Srcs(Src0, Src1); in lowerInt8AndInt16IcmpCond() local
|
D | IceInstARM32.h | 1264 static InstARM32Push *create(Cfg *Func, const VarList &Srcs) { in create()
|
D | IceInstARM32.cpp | 1471 InstARM32Push::InstARM32Push(Cfg *Func, const VarList &Srcs) in InstARM32Push()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ControlFlowFinalizer.cpp | 366 const SmallVector<std::pair<MachineOperand *, int64_t>, 3> Srcs = in getLiteral() local
|
D | R600InstrInfo.cpp | 437 const std::vector<std::pair<int, unsigned>> &Srcs = in isLegalUpTo() local
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | R600ControlFlowFinalizer.cpp | 365 const SmallVector<std::pair<MachineOperand *, int64_t>, 3> Srcs = in getLiteral() local
|
D | R600InstrInfo.cpp | 437 const std::vector<std::pair<int, unsigned>> &Srcs = in isLegalUpTo() local
|