OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallerAttrs
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
Analysis.cpp
542
AttrBuilder
CallerAttrs
(F->getAttributes(),
549
CallerAttrs
=
CallerAttrs
.removeAttribute(Attribute::NoAlias);
553
if (
CallerAttrs
.contains(Attribute::ZExt)) {
558
CallerAttrs
.removeAttribute(Attribute::ZExt);
560
} else if (
CallerAttrs
.contains(Attribute::SExt)) {
565
CallerAttrs
.removeAttribute(Attribute::SExt);
572
if (
CallerAttrs
!= CalleeAttrs)
CodeGenPrepare.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
54
AttributeSet
CallerAttrs
= F->getAttributes();
55
if (AttrBuilder(
CallerAttrs
, AttributeSet::ReturnIndex)
60
if (
CallerAttrs
.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt) ||
61
CallerAttrs
.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
[
all
...]
/external/llvm/lib/IR/
Verifier.cpp
[
all
...]
Completed in 240 milliseconds