Home
last modified time | relevance | path

Searched defs:Func (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/external/swiftshader/third_party/subzero/src/
DIceInstX8632.h96 static X86OperandMem *create(Cfg *Func, Type Ty, Variable *Base, in create()
157 static VariableSplit *create(Cfg *Func, Variable *Var, Portion Part) { in create()
172 VariableSplit(Cfg *Func, Variable *Var, Portion Part) in VariableSplit()
331 static TargetLowering *getTarget(const Cfg *Func) { in getTarget()
336 InstX86Base(Cfg *Func, InstKindX86 Kind, SizeT Maxsrcs, Variable *Dest) in InstX86Base()
444 static InstX86Label *create(Cfg *Func, TargetLowering *Target) { in create()
474 static InstX86Br *create(Cfg *Func, CfgNode *TargetTrue, CfgNode *TargetFalse, in create()
482 static InstX86Br *create(Cfg *Func, CfgNode *Target, Mode Kind) { in create()
491 static InstX86Br *create(Cfg *Func, CfgNode *Target, BrCond Condition, in create()
501 static InstX86Br *create(Cfg *Func, InstX86Label *Label, BrCond Condition, in create()
[all …]
DIceInstX8664.h91 static X86OperandMem *create(Cfg *Func, Type Ty, Variable *Base, in create()
270 static TargetLowering *getTarget(const Cfg *Func) { in getTarget()
275 InstX86Base(Cfg *Func, InstKindX86 Kind, SizeT Maxsrcs, Variable *Dest) in InstX86Base()
383 static InstX86Label *create(Cfg *Func, TargetLowering *Target) { in create()
413 static InstX86Br *create(Cfg *Func, CfgNode *TargetTrue, CfgNode *TargetFalse, in create()
421 static InstX86Br *create(Cfg *Func, CfgNode *Target, Mode Kind) { in create()
430 static InstX86Br *create(Cfg *Func, CfgNode *Target, BrCond Condition, in create()
440 static InstX86Br *create(Cfg *Func, InstX86Label *Label, BrCond Condition, in create()
493 static InstX86Jmp *create(Cfg *Func, Operand *Target) { in create()
515 static InstX86Call *create(Cfg *Func, Variable *Dest, Operand *CallTarget) { in create()
[all …]
DIceInstMIPS32.h81 static OperandMIPS32FCC *create(Cfg *Func, OperandMIPS32FCC::FCC FCC) { in create()
87 void emit(const Cfg *Func) const override { in emit()
98 void dump(const Cfg *Func, Ostream &Str) const override { in dump()
152 void dump(const Cfg *Func, Ostream &Str) const override { in dump()
319 InstMIPS32(Cfg *Func, InstKindMIPS32 Kind, SizeT Maxsrcs, Variable *Dest) in InstMIPS32()
367 void emit(const Cfg *Func) const override { in emit()
372 void emitIAS(const Cfg *Func) const override { in emitIAS()
376 void dump(const Cfg *Func) const override { in dump()
408 static InstMIPS32TwoAddrFPR *create(Cfg *Func, Variable *Dest, in create()
413 void emit(const Cfg *Func) const override { in emit()
[all …]
DIceInstARM32.h173 static OperandARM32ShAmtImm *create(Cfg *Func, ConstantInteger32 *ShAmt) { in create()
253 static OperandARM32FlexFpImm *create(Cfg *Func, Type Ty, in create()
284 static OperandARM32FlexFpZero *create(Cfg *Func, Type Ty) { in create()
309 static OperandARM32FlexReg *create(Cfg *Func, Type Ty, Variable *Reg, in create()
348 static StackVariable *create(Cfg *Func, Type Ty, SizeT Index) { in create()
361 StackVariable(const Cfg *Func, Type Ty, SizeT Index) in StackVariable()
495 InstARM32(Cfg *Func, InstKindARM32 Kind, SizeT Maxsrcs, Variable *Dest) in InstARM32()
514 InstARM32Pred(Cfg *Func, InstKindARM32 Kind, SizeT Maxsrcs, Variable *Dest, in InstARM32Pred()
556 static InstARM32UnaryopGPR *create(Cfg *Func, Variable *Dest, Operand *Src, in create()
561 void emit(const Cfg *Func) const override { in emit()
[all …]
DIceInst.cpp71 Inst::Inst(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest) in Inst()
117 void Inst::renumber(Cfg *Func) { in renumber()
189 void Inst::livenessLightweight(Cfg *Func, LivenessBV &Live) { in livenessLightweight()
263 InstAlloca::InstAlloca(Cfg *Func, Variable *Dest, Operand *ByteCount, in InstAlloca()
271 InstArithmetic::InstArithmetic(Cfg *Func, OpKind Op, Variable *Dest, in InstArithmetic()
294 InstAssign::InstAssign(Cfg *Func, Variable *Dest, Operand *Source) in InstAssign()
304 InstBr::InstBr(Cfg *Func, Operand *Source, CfgNode *TargetTrue_, in InstBr()
321 InstBr::InstBr(Cfg *Func, CfgNode *Target) in InstBr()
347 InstCast::InstCast(Cfg *Func, OpKind CastKind, Variable *Dest, Operand *Source) in InstCast()
352 InstExtractElement::InstExtractElement(Cfg *Func, Variable *Dest, in InstExtractElement()
[all …]
DIceInst.h187 virtual void emitIAS(const Cfg *Func) const { emit(Func); } in emitIAS()
273 InstHighLevel(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest) in InstHighLevel()
292 static InstAlloca *create(Cfg *Func, Variable *Dest, Operand *ByteCount, in create()
328 static InstArithmetic *create(Cfg *Func, OpKind Op, Variable *Dest, in create()
363 static InstAssign *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
385 static InstBr *create(Cfg *Func, Operand *Source, CfgNode *TargetTrue, in create()
391 static InstBr *create(Cfg *Func, CfgNode *Target) { in create()
455 InstCall(Cfg *Func, SizeT NumArgs, Variable *Dest, Operand *CallTarget, in InstCall()
486 static InstCast *create(Cfg *Func, OpKind CastKind, Variable *Dest, in create()
509 static InstExtractElement *create(Cfg *Func, Variable *Dest, Operand *Source1, in create()
[all …]
DIceInstX8664.cpp112 InstX86FakeRMW::InstX86FakeRMW(Cfg *Func, Operand *Data, Operand *Addr, in InstX86FakeRMW()
120 InstX86Mul::InstX86Mul(Cfg *Func, Variable *Dest, Variable *Source1, in InstX86Mul()
127 InstX86Shld::InstX86Shld(Cfg *Func, Variable *Dest, Variable *Source1, in InstX86Shld()
135 InstX86Shrd::InstX86Shrd(Cfg *Func, Variable *Dest, Variable *Source1, in InstX86Shrd()
143 InstX86Label::InstX86Label(Cfg *Func, TargetLowering *Target) in InstX86Label()
155 InstX86Br::InstX86Br(Cfg *Func, const CfgNode *TargetTrue, in InstX86Br()
212 InstX86Jmp::InstX86Jmp(Cfg *Func, Operand *Target) in InstX86Jmp()
217 InstX86Call::InstX86Call(Cfg *Func, Variable *Dest, Operand *CallTarget) in InstX86Call()
223 InstX86Movmsk::InstX86Movmsk(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Movmsk()
228 InstX86Cmov::InstX86Cmov(Cfg *Func, Variable *Dest, Operand *Source, in InstX86Cmov()
[all …]
DIceInstX8632.cpp124 InstX86FakeRMW::InstX86FakeRMW(Cfg *Func, Operand *Data, Operand *Addr, in InstX86FakeRMW()
132 InstX86Mul::InstX86Mul(Cfg *Func, Variable *Dest, Variable *Source1, in InstX86Mul()
139 InstX86Shld::InstX86Shld(Cfg *Func, Variable *Dest, Variable *Source1, in InstX86Shld()
147 InstX86Shrd::InstX86Shrd(Cfg *Func, Variable *Dest, Variable *Source1, in InstX86Shrd()
155 InstX86Label::InstX86Label(Cfg *Func, TargetLowering *Target) in InstX86Label()
167 InstX86Br::InstX86Br(Cfg *Func, const CfgNode *TargetTrue, in InstX86Br()
224 InstX86Jmp::InstX86Jmp(Cfg *Func, Operand *Target) in InstX86Jmp()
229 InstX86Call::InstX86Call(Cfg *Func, Variable *Dest, Operand *CallTarget) in InstX86Call()
235 InstX86Movmsk::InstX86Movmsk(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Movmsk()
240 InstX86Cmov::InstX86Cmov(Cfg *Func, Variable *Dest, Operand *Source, in InstX86Cmov()
[all …]
DIceTargetLoweringX86.h46 explicit TargetX86(Cfg *Func) : TargetLowering(Func) { in TargetX86()
66 inline InstructionSetX86 getInstructionSet(const Cfg *Func) { in getInstructionSet()
DIceInstARM32.cpp158 const InstARM32Pred *Instr, const Cfg *Func, in emitUnaryopGPR()
173 const InstARM32Pred *Instr, const Cfg *Func) { in emitUnaryopFP()
196 const Cfg *Func) { in emitTwoAddr()
210 const InstARM32Pred *Instr, const Cfg *Func, in emitThreeAddr()
226 const InstARM32 *Instr, const Cfg *Func, in emitThreeAddrFP()
241 const InstARM32 *Instr, const Cfg *Func) { in emitFourAddrFP()
257 const Cfg *Func) { in emitFourAddr()
309 const Cfg *Func) { in emitCmpLike()
330 OperandARM32Mem::OperandARM32Mem(Cfg *Func, Type Ty, Variable *Base, in OperandARM32Mem()
470 OperandARM32FlexReg::OperandARM32FlexReg(Cfg *Func, Type Ty, Variable *Reg, in OperandARM32FlexReg()
[all …]
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dfunction_list.h75 struct Func struct
94 extern const Func functionList[]; argument
/external/clang/test/Parser/
Dobjcxx0x-lambda-expressions.mm44 struct Func { struct
46 Func(F&&); argument
53 Func{ argument
/external/mdnsresponder/mDNSWindows/DLLStub/
DDLLStub.cpp86 typedef int (DNSSD_API * Func)(DNSServiceRef sdRef); in DNSServiceRefSockFD() typedef
102 typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef sdRef); in DNSServiceProcessResult() typedef
118 typedef void (DNSSD_API * Func)(DNSServiceRef sdRef); in DNSServiceRefDeallocate() typedef
138 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, DNSServi… in DNSServiceEnumerateDomains() typedef
168 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, const ch… in DNSServiceRegister() typedef
193 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef, DNSRecordRef*, DNSServiceFlags, uint… in DNSServiceAddRecord() typedef
217 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef, DNSRecordRef, DNSServiceFlags, uint1… in DNSServiceUpdateRecord() typedef
238 typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef, DNSRecordRef, DNSServiceFlags ); in DNSServiceRemoveRecord() typedef
263 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, const ch… in DNSServiceBrowse() typedef
289 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, const ch… in DNSServiceResolve() typedef
[all …]
/external/clang/test/Layout/
Dms-vtordisp-local.cpp15 virtual void Func() {} in f() function
38 virtual void Func() {} in Func() function
60 virtual void Func() {} in f1() function
81 virtual void Func() {} in f1() function
102 virtual void Func() {} in f1() function
122 virtual void Func() {} in f1() function
144 virtual void Func() {} in f1() function
170 virtual void Func() {} in f2() function
193 virtual void Func() {} in Func() function
/external/bazelbuild-rules_android/src/common/golang/
Dshard.go28 type Func func(name string, shardCount int) int type
39 func MakeSepFunc(sep string, s Func) Func {
51 func ZipShard(r *zip.Reader, zws []*zip.Writer, fn Func) error {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp137 const LibFunc &Func) { in performCallDomainErrorOnly()
189 const LibFunc &Func) { in performCallRangeErrorOnly()
227 const LibFunc &Func) { in performCallErrors()
300 LibFunc Func; in checkCandidate() local
320 const LibFunc &Func) { in generateOneRangeCond()
342 const LibFunc &Func) { in generateTwoRangeCond()
421 const LibFunc &Func) { in generateCondForPow()
506 LibFunc Func; in perform() local
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dcopy_assign.pass.cpp93 typedef std::function<int()> Func; in main() typedef
100 typedef std::function<int(int)> Func; in main() typedef
107 typedef std::function<int(int, int)> Func; in main() typedef
114 typedef std::function<int(int, int, int)> Func; in main() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dcopy_assign.pass.cpp96 typedef std::function<int()> Func; in main() typedef
103 typedef std::function<int(int)> Func; in main() typedef
110 typedef std::function<int(int, int)> Func; in main() typedef
117 typedef std::function<int(int, int, int)> Func; in main() typedef
/external/armnn/shim/sl/canonical/
DSystemPropertiesUtils.hpp21 static float Func(std::string s) { return std::stof(s); } in Func() function
27 static int Func(std::string s) { return std::stoi(s); } in Func() function
33 static bool Func(std::string s) { return !!std::stoi(s); } in Func() function
/external/android-nn-driver/
DSystemPropertiesUtils.hpp21 static float Func(std::string s) { return std::stof(s); } in Func() function
27 static int Func(std::string s) { return std::stoi(s); } in Func() function
33 static bool Func(std::string s) { return !!std::stoi(s); } in Func() function
/external/llvm/bindings/go/llvm/
DIRBindings.cpp25 Function *Func = unwrap<Function>(Fn); in LLVMAddFunctionAttr2() local
36 Function *Func = unwrap<Function>(Fn); in LLVMGetFunctionAttr2() local
42 Function *Func = unwrap<Function>(Fn); in LLVMRemoveFunctionAttr2() local
102 void LLVMSetSubprogram(LLVMValueRef Func, LLVMMetadataRef SP) { in LLVMSetSubprogram()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUHSAMetadataStreamer.cpp265 void MetadataStreamerV2::emitKernelLanguage(const Function &Func) { in emitKernelLanguage()
283 void MetadataStreamerV2::emitKernelAttrs(const Function &Func) { in emitKernelAttrs()
301 void MetadataStreamerV2::emitKernelArgs(const Function &Func) { in emitKernelArgs()
309 auto Func = Arg.getParent(); in emitKernelArg() local
399 void MetadataStreamerV2::emitHiddenKernelArgs(const Function &Func) { in emitHiddenKernelArgs()
472 auto &Func = MF.getFunction(); in emitKernel() local
677 void MetadataStreamerV3::emitKernelLanguage(const Function &Func, in emitKernelLanguage()
696 void MetadataStreamerV3::emitKernelAttrs(const Function &Func, in emitKernelAttrs()
717 void MetadataStreamerV3::emitKernelArgs(const Function &Func, in emitKernelArgs()
731 auto Func = Arg.getParent(); in emitKernelArg() local
[all …]
/external/harfbuzz_ng/test/api/
Dhb-test.h206 #define hb_test_add(Func) hb_test_add_func (#Func, Func) argument
217 #define hb_test_add_flavor(Flavor, Func) hb_test_add_func (#Func, Flavor, Func) argument
228 #define hb_test_add_data(UserData, Func) hb_test_add_data_func (#Func, UserData, Func) argument
240 #define hb_test_add_data_flavor(UserData, Flavor, Func) hb_test_add_data_func_flavor (#Func, Flavor… argument
255 #define hb_test_add_fixture(FixturePrefix, UserData, Func) \ argument
283 #define hb_test_add_fixture_flavor(FixturePrefix, UserData, Flavor, Func) \ argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DThreading.cpp62 llvm::unique_function<void()> Func, in llvm_execute_on_thread_async()
72 llvm::unique_function<void()> Func, in llvm_execute_on_thread_async()
135 llvm::unique_function<void()> Func, in llvm_execute_on_thread_async()
/external/armnn/src/backends/backendsCommon/
DMakeWorkloadHelper.hpp17 static std::unique_ptr<WorkloadType> Func(const QueueDescriptorType& descriptor, in Func() function
30 static std::unique_ptr<NullWorkload> Func(const QueueDescriptorType& descriptor, in Func() function

12345678910>>...14