Searched refs:EmitLoweredSegAlloca (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.h | 961 MachineBasicBlock *EmitLoweredSegAlloca(MachineInstr *MI,
|
D | X86ISelLowering.cpp | 11750 X86TargetLowering::EmitLoweredSegAlloca(MachineInstr *MI, MachineBasicBlock *BB, in EmitLoweredSegAlloca() function in X86TargetLowering 11998 return EmitLoweredSegAlloca(MI, BB, false); in EmitInstrWithCustomInserter() 12000 return EmitLoweredSegAlloca(MI, BB, true); in EmitInstrWithCustomInserter()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1188 MachineBasicBlock *EmitLoweredSegAlloca(MachineInstr &MI,
|
D | X86ISelLowering.cpp | 23455 X86TargetLowering::EmitLoweredSegAlloca(MachineInstr &MI, in EmitLoweredSegAlloca() function in X86TargetLowering 24357 return EmitLoweredSegAlloca(MI, BB); in EmitInstrWithCustomInserter()
|