| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86DynAllocaExpander.cpp | 44 enum Lowering { TouchAndSub, Sub, Probe }; enum in __anonf8573de50111::X86DynAllocaExpander 47 typedef MapVector<MachineInstr*, Lowering> LoweringMap; 53 Lowering getLowering(int64_t CurrentOffset, int64_t AllocaAmount); 56 void lower(MachineInstr* MI, Lowering L); 96 X86DynAllocaExpander::Lowering 158 Lowering L = getLowering(Offset, Amount); in computeLowerings() 196 void X86DynAllocaExpander::lower(MachineInstr *MI, Lowering L) { in lower()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | UpdateCompilerUsed.cpp | 74 const TargetLowering *Lowering = in initializeLibCalls() local 77 if (Lowering && TLSet.insert(Lowering).second) in initializeLibCalls() 83 Lowering->getLibcallName(static_cast<RTLIB::Libcall>(I))) in initializeLibCalls()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | PreISelIntrinsicLowering.cpp | 387 PreISelIntrinsicLowering Lowering(TM, LookupTTI); in runOnModule() local 388 return Lowering.lowerIntrinsics(M); in runOnModule() 417 PreISelIntrinsicLowering Lowering(TM, LookupTTI); in run() local 418 if (!Lowering.lowerIntrinsics(M)) in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelDAGToDAG.cpp | 395 const SITargetLowering& Lowering = in glueCopyToM0() local 400 SDValue M0 = Lowering.copyToM0(*CurDAG, N->getOperand(0), SDLoc(N), Val); in glueCopyToM0() 646 const SITargetLowering& Lowering = in Select() local 648 N = Lowering.legalizeTargetIndependentNode(N, *CurDAG); in Select() 1419 const SITargetLowering& Lowering = in SelectMUBUFAddr64() local 1422 SRsrc = SDValue(Lowering.wrapAddr64Rsrc(*CurDAG, DL, Ptr), 0); in SelectMUBUFAddr64() 1581 const SITargetLowering& Lowering = in SelectMUBUFOffset() local 1584 SRsrc = SDValue(Lowering.buildRSRC(*CurDAG, DL, Ptr, 0, Rsrc), 0); in SelectMUBUFOffset() 3544 const AMDGPUTargetLowering& Lowering = in PostprocessISelDAG() local 3558 SDNode *ResNode = Lowering.PostISelFolding(MachineNode, *CurDAG); in PostprocessISelDAG()
|
| H A D | AMDGPUInstructions.td | 223 const SITargetLowering &Lowering = 226 return Lowering.isCanonicalized(*CurDAG, N->getOperand(0)) && 227 Lowering.isCanonicalized(*CurDAG, N->getOperand(1));
|
| H A D | EvergreenInstructions.td | 770 // XXX: Lowering SELECT_CC will sometimes generate fp_to_[su]int nodes,
|
| H A D | SIInstructions.td | 3051 // FIXME: Lowering f32/f16 with max is worse since we can use a
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrPatternsVec.td | 32 // Custom Lowering is used for other load/store instructions.
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | README.ssltest.md | 55 both client and server. Lowering the fragment size will split handshake and
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.def | 356 "Lowering this threshold can alleviate the memory burden of "
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.td | 2585 // Lowering of 'tst' node to 'TST' instruction. 2589 // Lowering of 'lsl' node to 'LSL' instruction.
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Intrinsics.td | 1690 // Coroutine Lowering Intrinsics. Used internally by coroutine passes.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.td | 1833 // Lowering for atomic load and store is defined in RISCVInstrInfoA.td.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 4094 static unsigned EnsureStackAlignment(const PPCFrameLowering *Lowering, in EnsureStackAlignment() argument 4096 return alignTo(NumBytes, Lowering->getStackAlign()); in EnsureStackAlignment()
|