Searched refs:Lowering (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86WinAllocaExpander.cpp | 44 enum Lowering { TouchAndSub, Sub, Probe }; enum in __anon35a5348a0111::X86WinAllocaExpander 47 typedef MapVector<MachineInstr*, Lowering> LoweringMap; 53 Lowering getLowering(int64_t CurrentOffset, int64_t AllocaAmount); 56 void lower(MachineInstr* MI, Lowering L); 96 X86WinAllocaExpander::Lowering 160 Lowering L = getLowering(Offset, Amount); in computeLowerings() 198 void X86WinAllocaExpander::lower(MachineInstr* MI, Lowering L) { in lower()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/ |
| D | UpdateCompilerUsed.cpp | 75 const TargetLowering *Lowering = in initializeLibCalls() local 78 if (Lowering && TLSet.insert(Lowering).second) in initializeLibCalls() 84 Lowering->getLibcallName(static_cast<RTLIB::Libcall>(I))) in initializeLibCalls()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUInstructions.td | 191 const SITargetLowering &Lowering = 194 return Lowering.isCanonicalized(*CurDAG, N->getOperand(0)) && 195 Lowering.isCanonicalized(*CurDAG, N->getOperand(1));
|
| D | AMDGPUISelDAGToDAG.cpp | 674 const SITargetLowering& Lowering = in glueCopyToM0() local 679 SDValue M0 = Lowering.copyToM0(*CurDAG, N->getOperand(0), SDLoc(N), Val); in glueCopyToM0() 920 const SITargetLowering& Lowering = in Select() local 922 N = Lowering.legalizeTargetIndependentNode(N, *CurDAG); in Select() 1556 const SITargetLowering& Lowering = in SelectMUBUFAddr64() local 1559 SRsrc = SDValue(Lowering.wrapAddr64Rsrc(*CurDAG, DL, Ptr), 0); in SelectMUBUFAddr64() 1713 const SITargetLowering& Lowering = in SelectMUBUFOffset() local 1716 SRsrc = SDValue(Lowering.buildRSRC(*CurDAG, DL, Ptr, 0, Rsrc), 0); in SelectMUBUFOffset() 3090 const AMDGPUTargetLowering& Lowering = in PostprocessISelDAG() local 3104 SDNode *ResNode = Lowering.PostISelFolding(MachineNode, *CurDAG); in PostprocessISelDAG()
|
| D | EvergreenInstructions.td | 801 // XXX: Lowering SELECT_CC will sometimes generate fp_to_[su]int nodes,
|
| D | SIInstructions.td | 2261 // FIXME: Lowering f32/f16 with max is worse since we can use a
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| D | AnalyzerOptions.def | 324 "Lowering this threshold can alleviate the memory burden of "
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/ |
| D | AVRInstrInfo.td | 2161 // Lowering of 'tst' node to 'TST' instruction. 2166 // Lowering of 'lsl' node to 'LSL' instruction.
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| D | RISCVInstrInfo.td | 1155 // Lowering for atomic load and store is defined in RISCVInstrInfoA.td.
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | Intrinsics.td | 1294 // Coroutine Lowering Intrinsics. Used internally by coroutine passes.
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | passes.texi | 210 Lowering of OpenMP constructs involves creating replacement
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 3929 static unsigned EnsureStackAlignment(const PPCFrameLowering *Lowering, in EnsureStackAlignment() argument 3931 return alignTo(NumBytes, Lowering->getStackAlign()); in EnsureStackAlignment()
|