Home
last modified time | relevance | path

Searched defs:CP (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DConstantPools.cpp81 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool() local
94 ConstantPool &CP) { in emitConstantPool()
105 ConstantPool &CP = CPI.second; in emitAll() local
113 if (ConstantPool *CP = getConstantPool(Section)) in emitForCurrentSection() local
119 if (ConstantPool *CP = getConstantPool(Section)) in clearCacheForCurrentSection() local
/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_cp.c109 SM_STATE(CP, INIT) in SM_STATE() argument
133 SM_STATE(CP, CHANGE) in SM_STATE() argument
166 SM_STATE(CP, ALLOWED) in SM_STATE() argument
185 SM_STATE(CP, AUTHENTICATED) in SM_STATE() argument
206 SM_STATE(CP, SECURED) in SM_STATE() argument
234 SM_STATE(CP, RECEIVE) in SM_STATE() argument
256 SM_STATE(CP, RECEIVING) in SM_STATE() argument
276 SM_STATE(CP, READY) in SM_STATE() argument
284 SM_STATE(CP, TRANSMIT) in SM_STATE() argument
299 SM_STATE(CP, TRANSMITTING) in SM_STATE() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp57 int CSKYConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
114 int CSKYConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
148 int CSKYConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
182 int CSKYConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
214 int CSKYConstantPoolJT::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
H A DCSKYConstantPoolValue.h88 int getExistingMachineCPValueImpl(MachineConstantPool *CP, Align Alignment) { in getExistingMachineCPValueImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaConstantPoolValue.cpp48 int XtensaConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
90 MachineConstantPool *CP, Align Alignment) { in getExistingMachineCPValue()
127 int XtensaConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
159 int XtensaConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
190 MachineConstantPool *CP, Align Alignment) { in getExistingMachineCPValue()
H A DXtensaConstantPoolValue.h64 int getExistingMachineCPValueImpl(MachineConstantPool *CP, Align Alignment) { in getExistingMachineCPValueImpl()
H A DXtensaAsmPrinter.cpp141 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool() local
H A DXtensaISelLowering.cpp586 SDValue CP = DAG.getConstantPool(CV, MVT::i32); in LowerImmediate() local
665 SDValue XtensaTargetLowering::LowerConstantPool(ConstantPoolSDNode *CP, in LowerConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp157 static bool layoutOptionalHeader(COFFParser &CP) { in layoutOptionalHeader()
196 static bool layoutCOFF(COFFParser &CP) { in layoutCOFF()
343 static uint32_t initializeOptionalHeader(COFFParser &CP, uint16_t Magic, in initializeOptionalHeader()
397 static bool writeCOFF(COFFParser &CP, raw_ostream &OS) { in writeCOFF()
626 COFFParser CP(Doc, ErrHandler); in yaml2coff() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp75 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
191 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
239 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
279 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
H A DARMConstantPoolValue.h79 int getExistingMachineCPValueImpl(MachineConstantPool *CP, Align Alignment) { in getExistingMachineCPValueImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h96 COFFPlatformPlugin(COFFPlatform &CP) : CP(CP) {} in COFFPlatformPlugin()
133 COFFPlatform &CP; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp28 int SystemZConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFormattedStream.cpp30 auto ProcessUTF8CodePoint = [&Line, &Column](StringRef CP) { in UpdatePosition() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h92 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; } in setChecksums()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp615 bool RegisterCoalescer::adjustCopiesBackFrom(const CoalescerPair &CP, in adjustCopiesBackFrom()
805 RegisterCoalescer::removeCopyByCommutingDef(const CoalescerPair &CP, in removeCopyByCommutingDef()
1088 bool RegisterCoalescer::removePartialRedundancy(const CoalescerPair &CP, in removePartialRedundancy()
1287 bool RegisterCoalescer::reMaterializeTrivialDef(const CoalescerPair &CP, in reMaterializeTrivialDef()
1907 bool RegisterCoalescer::canJoinPhys(const CoalescerPair &CP) { in canJoinPhys()
1974 CoalescerPair CP(*TRI); in joinCopy() local
2219 bool RegisterCoalescer::joinReservedPhysReg(CoalescerPair &CP) { in joinReservedPhysReg()
2431 const CoalescerPair &CP; member in __anonf9586a8a0311::JoinVals
3516 const CoalescerPair &CP) { in joinSubRegRanges()
3580 CoalescerPair &CP, in mergeSubRangeInto()
[all …]
H A DLiveRegMatrix.cpp168 CoalescerPair CP(VirtReg.reg(), PhysReg, *TRI); in checkRegUnitInterference() local
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp49 const Constant *CP = nullptr; member
157 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in MatchWrapper() local
/freebsd/sys/sys/
H A Dabi_compat.h39 #define CP(src, dst, fld) do { \ macro
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp74 const Constant *CP; member
597 } else if (auto *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in matchWrapper() local
637 } else if (auto *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in matchWrapper() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp556 if (const ComplexPattern *CP = in EmitMatcherCode() local
600 const ComplexPattern *CP = N.getComplexPatternInfo(CGP); in EmitMatcherCode() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp328 HexagonCP CP(G); in runOnMachineFunction() local
H A DHexagonISelLowering.h53 CP, // Constant pool. enumerator
/freebsd/sys/contrib/zstd/
H A DMakefile32 CP ?= cp macro
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp48 COFFHeaderMaterializationUnit(COFFPlatform &CP, in COFFHeaderMaterializationUnit() argument
154 COFFPlatform &CP; member in __anone93e189f0111::COFFHeaderMaterializationUnit
[all...]

123