| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86DynAllocaExpander.cpp | 42 enum Lowering { TouchAndSub, Sub, Probe }; enum in __anondc6c05ef0111::X86DynAllocaExpander 45 typedef MapVector<MachineInstr*, Lowering> LoweringMap; 51 Lowering getLowering(int64_t CurrentOffset, int64_t AllocaAmount); 54 void lower(MachineInstr* MI, Lowering L); 99 X86DynAllocaExpander::Lowering 161 Lowering L = getLowering(Offset, Amount); in computeLowerings() 199 void X86DynAllocaExpander::lower(MachineInstr *MI, Lowering L) { in lower()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A 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/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | ExpandVariadics.h | 23 Lowering, // Change variadic calling convention enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | PreISelIntrinsicLowering.cpp | 631 PreISelIntrinsicLowering Lowering(TM, LookupTTI, LookupTLI); in runOnModule() local 632 return Lowering.lowerIntrinsics(M); in runOnModule() 665 PreISelIntrinsicLowering Lowering(TM, LookupTTI, LookupTLI); in run() local 666 if (!Lowering.lowerIntrinsics(M)) in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructions.td | 193 const SITargetLowering &Lowering = 196 return Lowering.isCanonicalized(*CurDAG, N->getOperand(0)); 211 const SITargetLowering &Lowering = 214 return Lowering.isCanonicalized(*CurDAG, N->getOperand(0)) && 215 Lowering.isCanonicalized(*CurDAG, N->getOperand(1));
|
| H A D | AMDGPUISelDAGToDAG.cpp | 397 const SITargetLowering& Lowering = in glueCopyToM0() local 402 SDValue M0 = Lowering.copyToM0(*CurDAG, N->getOperand(0), SDLoc(N), Val); in glueCopyToM0() 767 const SITargetLowering& Lowering = in Select() local 769 N = Lowering.legalizeTargetIndependentNode(N, *CurDAG); in Select() 1558 const SITargetLowering& Lowering = in SelectMUBUFAddr64() local 1561 SRsrc = SDValue(Lowering.wrapAddr64Rsrc(*CurDAG, DL, Ptr), 0); in SelectMUBUFAddr64() 1718 const SITargetLowering& Lowering = in SelectMUBUFOffset() local 1721 SRsrc = SDValue(Lowering.buildRSRC(*CurDAG, DL, Ptr, 0, Rsrc), 0); in SelectMUBUFOffset() 3983 const AMDGPUTargetLowering& Lowering = in PostprocessISelDAG() local 3997 SDNode *ResNode = Lowering.PostISelFolding(MachineNode, *CurDAG); in PostprocessISelDAG()
|
| H A D | AMDGPUTargetMachine.cpp | 1274 addPass(createExpandVariadicsPass(ExpandVariadicsMode::Lowering)); in addIRPasses() 2026 addPass(ExpandVariadicsPass(ExpandVariadicsMode::Lowering)); in addIRPasses()
|
| H A D | EvergreenInstructions.td | 770 // XXX: Lowering SELECT_CC will sometimes generate fp_to_[su]int nodes,
|
| H A D | SIInstrInfo.td | 973 const SITargetLowering &Lowering = 975 return Lowering.isCanonicalized(*CurDAG, Op);
|
| H A D | SIInstructions.td | 3375 // FIXME: Lowering f32/f16 with max is worse since we can use a
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ExpandVariadics.cpp | 82 clEnumValN(ExpandVariadicsMode::Lowering, "lowering", 155 bool rewriteABI() { return Mode == ExpandVariadicsMode::Lowering; } in rewriteABI() 375 if (Mode != ExpandVariadicsMode::Lowering) in runOnModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrPatternsVec.td | 32 // Custom Lowering is used for other load/store instructions.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetMachine.cpp | 377 addPass(createExpandVariadicsPass(ExpandVariadicsMode::Lowering)); in addIRPasses()
|
| /freebsd/crypto/openssl/test/ |
| H A D | README.ssltest.md | 55 both client and server. Lowering the fragment size will split handshake and
|
| /freebsd/contrib/llvm-project/ |
| H A D | FREEBSD-Xlist | 71 clang/lib/CIR/Lowering/CMakeLists.txt 72 clang/lib/CIR/Lowering/DirectToLLVM/CMakeLists.txt
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.def | 440 "Lowering this threshold can alleviate the memory burden of "
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.td | 1689 // Lowering of 'tst' node to 'TST' instruction. 1693 // Lowering of 'lsl' node to 'LSL' instruction.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Intrinsics.td | 1825 // Coroutine Lowering Intrinsics. Used internally by coroutine passes.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.td | 1987 // Lowering for atomic load and store is defined in RISCVInstrInfoA.td.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 4223 static unsigned EnsureStackAlignment(const PPCFrameLowering *Lowering, in EnsureStackAlignment() argument 4225 return alignTo(NumBytes, Lowering->getStackAlign()); in EnsureStackAlignment()
|