OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateMachineBasicBlock
(Results
1 - 25
of
56
) sorted by null
1
2
3
/external/llvm/lib/Target/WebAssembly/
WebAssemblyFixIrreducibleControlFlow.cpp
181
MachineBasicBlock *Dispatch = MF.
CreateMachineBasicBlock
();
233
MachineBasicBlock *Split = MF.
CreateMachineBasicBlock
();
WebAssemblyCFGStackify.cpp
411
MachineBasicBlock *Label = MF.
CreateMachineBasicBlock
();
/external/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp
58
MBB = MF.
CreateMachineBasicBlock
();
/external/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp
615
auto LoadCmpBB = MF->
CreateMachineBasicBlock
(MBB.getBasicBlock());
616
auto StoreBB = MF->
CreateMachineBasicBlock
(MBB.getBasicBlock());
617
auto DoneBB = MF->
CreateMachineBasicBlock
(MBB.getBasicBlock());
693
auto LoadCmpBB = MF->
CreateMachineBasicBlock
(MBB.getBasicBlock());
694
auto StoreBB = MF->
CreateMachineBasicBlock
(MBB.getBasicBlock());
695
auto DoneBB = MF->
CreateMachineBasicBlock
(MBB.getBasicBlock());
[
all
...]
AArch64BranchRelaxation.cpp
229
MF->
CreateMachineBasicBlock
(OrigBB->getBasicBlock());
/external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp
542
MachineBasicBlock *copy0MBB = F->
CreateMachineBasicBlock
(LLVM_BB);
543
MachineBasicBlock *sinkMBB = F->
CreateMachineBasicBlock
(LLVM_BB);
605
MachineBasicBlock *copy0MBB = F->
CreateMachineBasicBlock
(LLVM_BB);
606
MachineBasicBlock *sinkMBB = F->
CreateMachineBasicBlock
(LLVM_BB);
671
MachineBasicBlock *copy0MBB = F->
CreateMachineBasicBlock
(LLVM_BB);
672
MachineBasicBlock *sinkMBB = F->
CreateMachineBasicBlock
(LLVM_BB);
MipsLongBranch.cpp
150
MF->
CreateMachineBasicBlock
(MBB->getBasicBlock());
261
MachineBasicBlock *LongBrMBB = MF->
CreateMachineBasicBlock
(BB);
271
MachineBasicBlock *BalTgtMBB = MF->
CreateMachineBasicBlock
(BB);
MipsISelLowering.cpp
[
all
...]
MipsConstantIslandPass.cpp
529
MachineBasicBlock *BB = MF->
CreateMachineBasicBlock
();
866
MF->
CreateMachineBasicBlock
(OrigBB->getBasicBlock());
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp
271
MachineBasicBlock *loop = F->
CreateMachineBasicBlock
(LLVM_BB);
272
MachineBasicBlock *finish = F->
CreateMachineBasicBlock
(LLVM_BB);
366
MachineBasicBlock *flsBB = F->
CreateMachineBasicBlock
(LLVM_BB);
367
MachineBasicBlock *dneBB = F->
CreateMachineBasicBlock
(LLVM_BB);
453
MachineBasicBlock *start = F->
CreateMachineBasicBlock
(LLVM_BB);
454
MachineBasicBlock *exit = F->
CreateMachineBasicBlock
(LLVM_BB);
521
final = F->
CreateMachineBasicBlock
(LLVM_BB);
[
all
...]
/external/llvm/lib/Target/AMDGPU/
SILowerControlFlow.cpp
491
MachineBasicBlock *SkipBB = MF->
CreateMachineBasicBlock
();
508
MachineBasicBlock *LoopBB = MF->
CreateMachineBasicBlock
();
509
MachineBasicBlock *RemainderBB = MF->
CreateMachineBasicBlock
();
817
EmptyMBBAtEnd = MF.
CreateMachineBasicBlock
();
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp
737
MachineBasicBlock *copy0MBB = F->
CreateMachineBasicBlock
(LLVM_BB);
738
MachineBasicBlock *sinkMBB = F->
CreateMachineBasicBlock
(LLVM_BB);
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFunction.h
364
///
CreateMachineBasicBlock
- Allocate a new MachineBasicBlock. Use this
367
MachineBasicBlock *
CreateMachineBasicBlock
(const BasicBlock *bb = 0);
/external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp
[
all
...]
ARMConstantIslandPass.cpp
543
MachineBasicBlock *BB = MF->
CreateMachineBasicBlock
();
642
MachineBasicBlock *JumpTableBB = MF->
CreateMachineBasicBlock
();
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineFunction.h
520
///
CreateMachineBasicBlock
- Allocate a new MachineBasicBlock. Use this
523
MachineBasicBlock *
CreateMachineBasicBlock
(const BasicBlock *bb = nullptr);
/external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp
[
all
...]
/external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMConstantIslandPass.cpp
398
MachineBasicBlock *BB = MF.
CreateMachineBasicBlock
();
730
MF.
CreateMachineBasicBlock
(OrigBB->getBasicBlock());
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/BPF/
BPFISelLowering.cpp
517
MachineBasicBlock *Copy0MBB = F->
CreateMachineBasicBlock
(LLVM_BB);
518
MachineBasicBlock *Copy1MBB = F->
CreateMachineBasicBlock
(LLVM_BB);
/external/llvm/lib/Target/Sparc/
LeonPasses.cpp
534
MachineBasicBlock *dneBB = MF.
CreateMachineBasicBlock
(LLVM_BB);
582
MachineBasicBlock *dneBB = MF.
CreateMachineBasicBlock
(LLVM_BB);
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
Splitter.cpp
456
mf->
CreateMachineBasicBlock
(header.getBasicBlock());
572
mf->
CreateMachineBasicBlock
();
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp
832
MachineBasicBlock *copy0MBB = F->
CreateMachineBasicBlock
(LLVM_BB);
833
MachineBasicBlock *copy1MBB = F->
CreateMachineBasicBlock
(LLVM_BB);
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp
[
all
...]
Completed in 152 milliseconds
1
2
3