OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPV
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp
1700
void NVPTXAsmPrinter::printScalarConstant(const Constant *
CPV
, raw_ostream &O) {
1701
if (const ConstantInt *CI = dyn_cast<ConstantInt>(
CPV
)) {
1705
if (const ConstantFP *CFP = dyn_cast<ConstantFP>(
CPV
)) {
1709
if (isa<ConstantPointerNull>(
CPV
)) {
1713
if (const GlobalValue *GVar = dyn_cast<GlobalValue>(
CPV
)) {
1718
if (EmitGeneric && !isa<Function>(
CPV
) && !IsNonGenericPointer) {
1727
if (const ConstantExpr *Cexpr = dyn_cast<ConstantExpr>(
CPV
)) {
1744
lowerConstant(
CPV
)->print(O, MAI);
1775
void NVPTXAsmPrinter::bufferLEByte(const Constant *
CPV
, int Bytes,
1779
if (isa<UndefValue>(
CPV
) || CPV->isNullValue())
[
all
...]
NVPTXAsmPrinter.h
262
void printScalarConstant(const Constant *
CPV
, raw_ostream &O);
264
void bufferLEByte(const Constant *
CPV
, int Bytes, AggBuffer *aggBuffer);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMConstantPoolValue.h
84
auto *
CPV
=
86
if (Derived *APC = dyn_cast<Derived>(
CPV
))
ARMConstantPoolValue.cpp
196
auto *
CPV
= static_cast<ARMConstantPoolValue*>(
198
auto *Constant = cast<ARMConstantPoolConstant>(
CPV
);
ARMExpandPseudoInsts.cpp
2330
MachineConstantPoolValue *
CPV
=
2337
.addConstantPoolIndex(MCP->getConstantPoolIndex(
CPV
, Align(4)));
2408
MachineConstantPoolValue *
CPV
;
2416
CPV
= ARMConstantPoolConstant::Create(
2420
CPV
= ARMConstantPoolConstant::Create(GV, ARMCP::no_modifier);
2424
.addConstantPoolIndex(MCP->getConstantPoolIndex(
CPV
, Align(4)));
ARMFastISel.cpp
567
ARMConstantPoolValue *
CPV
= ARMConstantPoolConstant::Create(GV, Id,
570
unsigned Idx = MCP.getConstantPoolIndex(
CPV
, Alignment);
2953
ARMConstantPoolValue *
CPV
= ARMConstantPoolConstant::Create(
2960
unsigned Idx = MF->getConstantPool()->getConstantPoolIndex(
CPV
, ConstAlign);
ARMISelLowering.cpp
2497
ARMConstantPoolValue *
CPV
=
2501
SDValue CPAddr = DAG.getTargetConstantPool(
CPV
, PtrVt, Align(4));
2511
ARMConstantPoolValue *
CPV
=
2515
SDValue CPAddr = DAG.getTargetConstantPool(
CPV
, PtrVt, Align(4));
2564
ARMConstantPoolValue *
CPV
=
2567
SDValue CPAddr = DAG.getTargetConstantPool(
CPV
, PtrVt, Align(4));
3292
ARMConstantPoolValue *
CPV
=
3295
CPAddr = DAG.getTargetConstantPool(
CPV
, PtrVT, Align(4));
3421
auto *
CPV
= ARMConstantPoolConstant::Create(GA->getGlobal(), ARMCP::SECREL);
3425
DAG.getTargetConstantPool(
CPV
, PtrVT, Align(4)))
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp
1152
for (MachineConstantPoolValue *
CPV
: MachineCPVsSharingEntries) {
1153
if (Deleted.count(
CPV
) == 0)
1154
delete
CPV
;
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp
2103
} else if (Constant *
CPV
= dyn_cast<Constant>(V)) {
2104
return getConstantValue(
CPV
);
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
3160
SystemZConstantPoolValue *
CPV
=
3163
Offset = DAG.getConstantPool(
CPV
, PtrVT, Align(8));
3175
SystemZConstantPoolValue *
CPV
=
3178
Offset = DAG.getConstantPool(
CPV
, PtrVT, Align(8));
3194
CPV
= SystemZConstantPoolValue::Create(GV, SystemZCP::DTPOFF);
3196
SDValue DTPOffset = DAG.getConstantPool(
CPV
, PtrVT, Align(8));
3218
SystemZConstantPoolValue *
CPV
=
3221
Offset = DAG.getConstantPool(
CPV
, PtrVT, Align(8));
Completed in 66 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026