Searched defs:NewTerm (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | SIWholeQuadMode.cpp | 917 MachineInstr *NewTerm = BuildMI(MBB, MI, DL, TII->get(AMDGPU::S_BRANCH)) in lowerKillF32() local 953 MachineInstr *NewTerm = nullptr; in lowerKillI1() local 990 MachineInstr *NewTerm; in lowerKillI1() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | union.go | 40 func NewTerm(tilde bool, typ Type) *Term { return &Term{tilde, typ} } func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | union.go | 39 func NewTerm(tilde bool, typ Type) *Term { return &Term{tilde, typ} } func
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | ADCE.cpp | 665 auto *NewTerm = Builder.CreateBr(Target); in makeUnconditional() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | ADCE.cpp | 683 auto *NewTerm = Builder.CreateBr(Target); in makeUnconditional() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 850 Instruction *NewTerm = NewBB->getTerminator(); in DuplicateInstructionsInSplitBetween() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 1054 Instruction *NewTerm = NewBB->getTerminator(); in DuplicateInstructionsInSplitBetween() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 1182 BranchInst *NewTerm = BranchInst::Create(CrashBlock, NextBB, Cmp2); in instrumentAddress() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 1659 BranchInst *NewTerm = BranchInst::Create(CrashBlock, NextBB, Cmp2); in instrumentAddress() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 1723 BranchInst *NewTerm = BranchInst::Create(CrashBlock, NextBB, Cmp2); in instrumentAddress() local
|