OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallOperandVal
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
InlineAsmLowering.cpp
218
if (OpInfo.ConstraintCode == "X" && OpInfo.
CallOperandVal
) {
222
Value *Val = OpInfo.
CallOperandVal
;
303
OpInfo.
CallOperandVal
= const_cast<Value *>(Call.getArgOperand(ArgNo++));
305
if (isa<BasicBlock>(OpInfo.
CallOperandVal
)) {
310
Type *OpTy = OpInfo.
CallOperandVal
->getType();
388
GetOrCreateVRegs(*OpInfo.
CallOperandVal
);
458
ArrayRef<Register> SrcRegs = GetOrCreateVRegs(*OpInfo.
CallOperandVal
);
490
if (!lowerAsmOperandForConstraint(OpInfo.
CallOperandVal
,
525
GetOrCreateVRegs(*OpInfo.
CallOperandVal
);
553
ArrayRef<Register> SourceRegs = GetOrCreateVRegs(*OpInfo.
CallOperandVal
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRISelLowering.cpp
1805
Value *
CallOperandVal
= info.
CallOperandVal
;
1810
if (!
CallOperandVal
) {
1836
if (const ConstantFP *C = dyn_cast<ConstantFP>(
CallOperandVal
)) {
1843
if (const ConstantInt *C = dyn_cast<ConstantInt>(
CallOperandVal
)) {
1850
if (const ConstantInt *C = dyn_cast<ConstantInt>(
CallOperandVal
)) {
1857
if (const ConstantInt *C = dyn_cast<ConstantInt>(
CallOperandVal
)) {
1864
if (const ConstantInt *C = dyn_cast<ConstantInt>(
CallOperandVal
)) {
1871
if (const ConstantInt *C = dyn_cast<ConstantInt>(
CallOperandVal
)) {
1878
if (const ConstantInt *C = dyn_cast<ConstantInt>(
CallOperandVal
)) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp
258
Value *
CallOperandVal
= Info.
CallOperandVal
;
261
if (
CallOperandVal
== nullptr)
272
if (isa<ConstantInt>(
CallOperandVal
))
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
4653
OpInfo.
CallOperandVal
= Call.getArgOperand(ArgNo++);
4670
OpInfo.
CallOperandVal
= Call.getArgOperand(ArgNo++);
4677
if (OpInfo.
CallOperandVal
) {
4678
llvm::Type *OpTy = OpInfo.
CallOperandVal
->getType();
4856
Value *
CallOperandVal
= info.
CallOperandVal
;
4859
if (!
CallOperandVal
)
4865
if (isa<ConstantInt>(
CallOperandVal
))
4869
if (isa<GlobalValue>(
CallOperandVal
))
4874
if (isa<ConstantFP>(
CallOperandVal
))
[
all
...]
SelectionDAGBuilder.cpp
8081
if (!
CallOperandVal
) return MVT::Other;
8083
if (isa<BasicBlock>(
CallOperandVal
))
8086
llvm::Type *OpTy =
CallOperandVal
->getType();
8173
const Value *OpVal = OpInfo.
CallOperandVal
;
8391
OpInfo.
CallOperandVal
= Call.getArgOperand(ArgNo++);
8402
const auto *BA = cast<BlockAddress>(OpInfo.
CallOperandVal
);
8405
} else if (const auto *BB = dyn_cast<BasicBlock>(OpInfo.
CallOperandVal
)) {
8408
OpInfo.CallOperand = getValue(OpInfo.
CallOperandVal
);
8506
OpInfo.
CallOperandVal
= nullptr;
8833
const Value *Ptr = OpInfo.
CallOperandVal
;
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcISelLowering.cpp
3206
Value *
CallOperandVal
= info.
CallOperandVal
;
3209
if (!
CallOperandVal
)
3218
if (ConstantInt *C = dyn_cast<ConstantInt>(info.
CallOperandVal
)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp
3939
Value *
CallOperandVal
= info.
CallOperandVal
;
3942
if (!
CallOperandVal
)
3944
Type *type =
CallOperandVal
->getType();
3975
if (isa<ConstantInt>(
CallOperandVal
))
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
1045
Value *
CallOperandVal
= info.
CallOperandVal
;
1048
if (!
CallOperandVal
)
1050
Type *type =
CallOperandVal
->getType();
1061
if (
CallOperandVal
->getType()->isIntegerTy())
1077
if (auto *C = dyn_cast<ConstantInt>(
CallOperandVal
))
1083
if (auto *C = dyn_cast<ConstantInt>(
CallOperandVal
))
1089
if (auto *C = dyn_cast<ConstantInt>(
CallOperandVal
))
1095
if (auto *C = dyn_cast<ConstantInt>(
CallOperandVal
))
1101
if (auto *C = dyn_cast<ConstantInt>(
CallOperandVal
))
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h
4149
Value *
CallOperandVal
= nullptr;
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
15552
Value *
CallOperandVal
= info.
CallOperandVal
;
15555
if (!
CallOperandVal
)
15557
Type *type =
CallOperandVal
->getType();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp
4842
if (OpInfo.
CallOperandVal
== OpVal &&
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
7870
Value *
CallOperandVal
= info.
CallOperandVal
;
7873
if (!
CallOperandVal
)
7875
Type *type =
CallOperandVal
->getType();
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
18404
Value *
CallOperandVal
= info.
CallOperandVal
;
18407
if (!
CallOperandVal
)
18409
Type *type =
CallOperandVal
->getType();
Completed in 178 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026