/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64O0PreLegalizerCombiner.cpp | 54 GISelKnownBits *KB; member in __anon483be1f50111::AArch64O0PreLegalizerCombinerInfo 60 GISelKnownBits *KB, in AArch64O0PreLegalizerCombinerInfo() 151 GISelKnownBits *KB = &getAnalysis<GISelKnownBitsAnalysis>().get(MF); in runOnMachineFunction() local
|
H A D | AArch64PreLegalizerCombiner.cpp | 66 GISelKnownBits *KB, Register &MatchInfo) { in matchICmpRedundantTrunc() 359 GISelKnownBits *KB; member in __anon2d9776960311::AArch64PreLegalizerCombinerInfo 365 GISelKnownBits *KB, MachineDominatorTree *MDT) in AArch64PreLegalizerCombinerInfo() 468 GISelKnownBits *KB = &getAnalysis<GISelKnownBitsAnalysis>().get(MF); in runOnMachineFunction() local
|
H A D | AArch64PostLegalizerCombiner.cpp | 342 GISelKnownBits *KB; member in __anon3321f4550211::AArch64PostLegalizerCombinerInfo 349 GISelKnownBits *KB, in AArch64PostLegalizerCombinerInfo() 425 GISelKnownBits *KB = &getAnalysis<GISelKnownBitsAnalysis>().get(MF); in runOnMachineFunction() local
|
H A D | AArch64InstructionSelector.cpp | 78 void setupMF(MachineFunction &MF, GISelKnownBits *KB, in setupMF()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsPostLegalizerCombiner.cpp | 42 GISelKnownBits *KB; member in __anon338325520111::MipsPostLegalizerCombinerInfo 48 GISelKnownBits *KB, const MipsLegalizerInfo *LI) in MipsPostLegalizerCombinerInfo() 127 GISelKnownBits *KB = &getAnalysis<GISelKnownBitsAnalysis>().get(MF); in runOnMachineFunction() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPreLegalizerCombiner.cpp | 179 GISelKnownBits *KB; member in __anonf4cdc51d0211::AMDGPUPreLegalizerCombinerInfo 186 GISelKnownBits *KB, MachineDominatorTree *MDT) in AMDGPUPreLegalizerCombinerInfo() 274 GISelKnownBits *KB = &getAnalysis<GISelKnownBitsAnalysis>().get(MF); in runOnMachineFunction() local
|
H A D | AMDGPURegBankCombiner.cpp | 379 GISelKnownBits *KB; member in __anon3032d0910211::AMDGPURegBankCombinerInfo 387 GISelKnownBits *KB, MachineDominatorTree *MDT) in AMDGPURegBankCombinerInfo() 469 GISelKnownBits *KB = &getAnalysis<GISelKnownBitsAnalysis>().get(MF); in runOnMachineFunction() local
|
H A D | AMDGPUPostLegalizerCombiner.cpp | 331 GISelKnownBits *KB; member in __anone12213bc0611::AMDGPUPostLegalizerCombinerInfo 341 GISelKnownBits *KB, MachineDominatorTree *MDT) in AMDGPUPostLegalizerCombinerInfo() 434 GISelKnownBits *KB = &getAnalysis<GISelKnownBitsAnalysis>().get(MF); in runOnMachineFunction() local
|
H A D | SIISelLowering.cpp | 12604 static void knownBitsForWorkitemID(const GCNSubtarget &ST, GISelKnownBits &KB, in knownBitsForWorkitemID() 12612 GISelKnownBits &KB, Register R, KnownBits &Known, const APInt &DemandedElts, in computeKnownBitsForTargetInstr() 12655 GISelKnownBits &KB, Register R, const MachineRegisterInfo &MRI, in computeKnownAlignForTargetInstr()
|
H A D | AMDGPUInstructionSelector.cpp | 65 void AMDGPUInstructionSelector::setupMF(MachineFunction &MF, GISelKnownBits *KB, in setupMF()
|
/openbsd-src/sys/dev/pci/ |
H A D | tga_conf.c | 43 #define KB * 1024 macro
|
/openbsd-src/lib/libc/gen/ |
H A D | getbsize.c | 43 #define KB (1024) in getbsize() macro
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | cpu-i960.c | 136 #define KB bfd_mach_i960_kb_sb /*3*/ macro
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | cpu-i960.c | 136 #define KB bfd_mach_i960_kb_sb /*3*/ macro
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | InstructionSelect.cpp | 98 GISelKnownBits *KB = &getAnalysis<GISelKnownBitsAnalysis>().get(MF); in runOnMachineFunction() local
|
H A D | Utils.cpp | 824 GISelKnownBits *KB) { in isKnownToBeAPowerOfTwo()
|
H A D | CombinerHelper.cpp | 53 GISelKnownBits *KB, MachineDominatorTree *MDT, in CombinerHelper()
|
/openbsd-src/sys/arch/sparc64/stand/bootblk/ |
H A D | bootblk.fth | 39 : KB d# 1024 * ; word
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | CombinerHelper.h | 114 GISelKnownBits *KB; variable
|
H A D | InstructionSelector.h | 457 virtual void setupMF(MachineFunction &mf, GISelKnownBits *KB, in setupMF()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 314 uint16_t KB = kind(B); in contains() local
|
/openbsd-src/sys/arch/sparc64/sparc64/ |
H A D | pmap.c | 61 #define KB (1<<10) /* 1KB */ macro
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 203 void SPIRVInstructionSelector::setupMF(MachineFunction &MF, GISelKnownBits *KB, in setupMF()
|