Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DOperations.cpp94 auto buildOp = [Op](ArrayRef<Value *> Srcs, Instruction *Inst) { in binOpDescriptor()
127 auto buildOp = [CmpOp, Pred](ArrayRef<Value *> Srcs, Instruction *Inst) { in cmpOpDescriptor()
142 auto buildSplitBlock = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in splitBlockDescriptor()
172 auto buildGEP = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in gepDescriptor()
213 auto buildExtract = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in extractValueDescriptor()
268 auto buildInsert = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in insertValueDescriptor()
280 auto buildExtract = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in extractElementDescriptor()
288 auto buildInsert = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in insertElementDescriptor()
313 auto buildShuffle = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in shuffleVectorDescriptor()
DRandomIRBuilder.cpp29 ArrayRef<Value *> Srcs, in findOrCreateSource()
43 ArrayRef<Value *> Srcs, SourcePred Pred) { in newSource()
135 ArrayRef<Value *> Srcs, SourcePred Pred) { in findPointer()
DIRMutator.cpp120 SmallVector<Value *, 2> Srcs; in mutate() local
/external/libchrome/soong/
Dbindings_generator.go70 Srcs []string member
128 func (m *mojomPickles) Srcs() android.Paths { func
143 Srcs []string member
329 func (m *mojomHeaders) Srcs() android.Paths { func
384 func (m *mojomSrcs) Srcs() android.Paths { func
444 func (m *mojomSrcjar) Srcs() android.Paths { func
/external/wayland-protocols/
Dwayland_protocol_codegen.go89 Srcs []string member
152 func (g *waylandGenModule) Srcs() android.Paths { func
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
DRandomIRBuilderTest.cpp73 SmallVector<Value *, 2> Srcs; in TEST() local
113 SmallVector<Value *, 2> Srcs(2); in TEST() local
193 SmallVector<Value *, 2> Srcs(2); in TEST() local
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c354 struct match_info Srcs[3]; member
/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp353 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
DR600ControlFlowFinalizer.cpp351 const SmallVector<std::pair<MachineOperand *, int64_t>, 3> Srcs = in getLiteral() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DVirtRegMap.cpp424 const TargetRegisterInfo *TRI) { in expandCopyBundle()
/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.h512 void scalarizeInstruction(Variable *Dest, F insertScalarInstruction, in scalarizeInstruction()
DIceInst.h250 CfgVector<Operand *> Srcs; variable
DIceTargetLoweringARM32.cpp3208 Int32Operands Srcs(Src0, Src1); in lowerArithmetic() local
4572 Int32Operands Srcs(Src0, Src1); in lowerInt32IcmpCond() local
4609 Int32Operands Srcs(Src0, Src1); in lowerInt8AndInt16IcmpCond() local
DIceInstARM32.h1264 static InstARM32Push *create(Cfg *Func, const VarList &Srcs) { in create()
DIceInstARM32.cpp1476 InstARM32Push::InstARM32Push(Cfg *Func, const VarList &Srcs) in InstARM32Push()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp367 const SmallVector<std::pair<MachineOperand *, int64_t>, 3> Srcs = in getLiteral() local
DR600InstrInfo.cpp438 const std::vector<std::pair<int, unsigned>> &Srcs = in isLegalUpTo() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTwoAddressInstructionPass.cpp1311 TwoAddressInstructionPass::CoalesceExtSubRegs(SmallVector<unsigned,4> &Srcs, in CoalesceExtSubRegs()