HomeSort by relevance Sort by last modified time
    Searched refs:Func (Results 251 - 275 of 911) sorted by null

<<11121314151617181920>>

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVBasicBlock.h 53 SPIRVBasicBlock(SPIRVId TheId, SPIRVFunction *Func);
  /external/swiftshader/third_party/subzero/src/
IceInstrumentation.h 48 void instrumentFunc(Cfg *Func);
  /frameworks/rs/rsov/compiler/
GlobalMergePass.cpp 192 Function *Func;
194 Func = Function::Create(FTy, GlobalValue::ExternalLinkage, FName, &M);
195 BasicBlock *Blk = BasicBlock::Create(LLVMCtxt, "entry", Func);
205 CallInst::Create(Func, {}, "", &EntryBlk.front());
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
block.go 54 Func *Func
89 func (e Edge) Block() *Block {
92 func (e Edge) Index() int {
105 func (b *Block) String() string {
110 func (b *Block) LongString() string {
133 func (b *Block) SetControl(v *Value) {
145 func (b *Block) AddEdgeTo(c *Block) {
150 b.Func.invalidateCFG()
156 func (b *Block) removePred(i int)
    [all...]
lca_test.go 13 func lcaEqual(f *Func, lca1, lca2 lca) bool {
24 func testLCAgen(t *testing.T, bg blockGen, size int) {
44 func TestLCALinear(t *testing.T) {
49 func TestLCAFwdBack(t *testing.T) {
54 func TestLCAManyPred(t *testing.T) {
59 func TestLCAMaxPred(t *testing.T) {
64 func TestLCAMaxPredValue(t *testing.T) {
74 func makeLCAeasy(f *Func) *lcaEasy
    [all...]
phielim.go 19 func phielim(f *Func) {
35 func phielimValue(v *Value) bool {
64 f := v.Block.Func
decompose.go 10 func decomposeBuiltIn(f *Func) {
108 func decomposeBuiltInPhi(v *Value) {
110 case v.Type.IsInteger() && v.Type.Size() == 8 && v.Block.Func.Config.IntSize == 4:
111 if v.Block.Func.Config.arch == "amd64p32" {
126 case v.Type.Size() > v.Block.Func.Config.IntSize:
131 func decomposeStringPhi(v *Value) {
132 fe := v.Block.Func.Config.fe
147 func decomposeSlicePhi(v *Value) {
148 fe := v.Block.Func.Config.f
    [all...]
  /prebuilts/go/darwin-x86/src/go/doc/
filter.go 9 type Filter func(string) bool
11 func matchFields(fields *ast.FieldList, f Filter) bool {
24 func matchDecl(d *ast.GenDecl, f Filter) bool {
52 func filterValues(a []*Value, f Filter) []*Value {
63 func filterFuncs(a []*Func, f Filter) []*Func {
74 func filterTypes(a []*Type, f Filter) []*Type {
99 func (p *Package) Filter(f Filter) {
  /prebuilts/go/darwin-x86/src/strconv/
strconv_test.go 21 fn func()
23 {0, `AppendInt(localBuf[:0], 123, 10)`, func() {
27 {0, `AppendInt(globalBuf[:0], 123, 10)`, func() { AppendInt(globalBuf[:0], 123, 10) }},
28 {0, `AppendFloat(localBuf[:0], 1.23, 'g', 5, 64)`, func() {
32 {0, `AppendFloat(globalBuf[:0], 1.23, 'g', 5, 64)`, func() { AppendFloat(globalBuf[:0], 1.23, 'g', 5, 64) }},
33 {0, `ParseFloat("123.45", 64)`, func() { ParseFloat("123.45", 64) }},
34 {0, `ParseFloat("123.456789123456789", 64)`, func() { ParseFloat("123.456789123456789", 64) }},
35 {0, `ParseFloat("1.000000000000000111022302462515654042363166809082031251", 64)`, func() {
38 {0, `ParseFloat("1.0000000000000001110223024625156540423631668090820312500...001", 64)`, func() {
44 func TestCountMallocs(t *testing.T)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
block.go 54 Func *Func
89 func (e Edge) Block() *Block {
92 func (e Edge) Index() int {
105 func (b *Block) String() string {
110 func (b *Block) LongString() string {
133 func (b *Block) SetControl(v *Value) {
145 func (b *Block) AddEdgeTo(c *Block) {
150 b.Func.invalidateCFG()
156 func (b *Block) removePred(i int)
    [all...]
lca_test.go 13 func lcaEqual(f *Func, lca1, lca2 lca) bool {
24 func testLCAgen(t *testing.T, bg blockGen, size int) {
44 func TestLCALinear(t *testing.T) {
49 func TestLCAFwdBack(t *testing.T) {
54 func TestLCAManyPred(t *testing.T) {
59 func TestLCAMaxPred(t *testing.T) {
64 func TestLCAMaxPredValue(t *testing.T) {
74 func makeLCAeasy(f *Func) *lcaEasy
    [all...]
phielim.go 19 func phielim(f *Func) {
35 func phielimValue(v *Value) bool {
64 f := v.Block.Func
decompose.go 10 func decomposeBuiltIn(f *Func) {
108 func decomposeBuiltInPhi(v *Value) {
110 case v.Type.IsInteger() && v.Type.Size() == 8 && v.Block.Func.Config.IntSize == 4:
111 if v.Block.Func.Config.arch == "amd64p32" {
126 case v.Type.Size() > v.Block.Func.Config.IntSize:
131 func decomposeStringPhi(v *Value) {
132 fe := v.Block.Func.Config.fe
147 func decomposeSlicePhi(v *Value) {
148 fe := v.Block.Func.Config.f
    [all...]
  /prebuilts/go/linux-x86/src/go/doc/
filter.go 9 type Filter func(string) bool
11 func matchFields(fields *ast.FieldList, f Filter) bool {
24 func matchDecl(d *ast.GenDecl, f Filter) bool {
52 func filterValues(a []*Value, f Filter) []*Value {
63 func filterFuncs(a []*Func, f Filter) []*Func {
74 func filterTypes(a []*Type, f Filter) []*Type {
99 func (p *Package) Filter(f Filter) {
  /prebuilts/go/linux-x86/src/strconv/
strconv_test.go 21 fn func()
23 {0, `AppendInt(localBuf[:0], 123, 10)`, func() {
27 {0, `AppendInt(globalBuf[:0], 123, 10)`, func() { AppendInt(globalBuf[:0], 123, 10) }},
28 {0, `AppendFloat(localBuf[:0], 1.23, 'g', 5, 64)`, func() {
32 {0, `AppendFloat(globalBuf[:0], 1.23, 'g', 5, 64)`, func() { AppendFloat(globalBuf[:0], 1.23, 'g', 5, 64) }},
33 {0, `ParseFloat("123.45", 64)`, func() { ParseFloat("123.45", 64) }},
34 {0, `ParseFloat("123.456789123456789", 64)`, func() { ParseFloat("123.456789123456789", 64) }},
35 {0, `ParseFloat("1.000000000000000111022302462515654042363166809082031251", 64)`, func() {
38 {0, `ParseFloat("1.0000000000000001110223024625156540423631668090820312500...001", 64)`, func() {
44 func TestCountMallocs(t *testing.T)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciLib.c 977 UINT8 Func;
1006 for (Func = 0; Func <= PCI_MAX_FUNC; Func++) {
1016 Func
1019 if (EFI_ERROR (Status) && Func == 0) {
1038 Func,
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]

Completed in 987 milliseconds

<<11121314151617181920>>