/llvm-project/llvm/lib/Analysis/ |
H A D | Lint.cpp | 233 AttributeList PAL = I.getAttributes(); visitCallBase() local 270 const AttributeList &PAL = CI->getAttributes(); visitCallBase() local
|
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILValueEnumerator.h | 174 unsigned getAttributeListID(AttributeList PAL) const { in getAttributeListID()
|
H A D | DXILValueEnumerator.cpp | 996 void ValueEnumerator::EnumerateAttributes(AttributeList PAL) { in EnumerateAttributes()
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 192 AttributeList PAL = CB->getAttributes(); deleteDeadVarargs() local 750 const AttributeList &PAL = F->getAttributes(); removeDeadStuffFromFunction() local [all...] |
H A D | ArgumentPromotion.cpp | 128 AttributeList PAL = F->getAttributes(); doPromotion() local
|
H A D | ExpandVariadics.cpp | 794 AttributeList PAL = CB->getAttributes(); expandCall() local
|
/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.h | 175 unsigned getAttributeListID(AttributeList PAL) const { in getAttributeListID()
|
H A D | ValueEnumerator.cpp | 1028 void ValueEnumerator::EnumerateAttributes(AttributeList PAL) { in EnumerateAttributes()
|
/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreFrameLowering.cpp | 240 const AttributeList &PAL = MF.getFunction().getAttributes(); emitPrologue() local
|
/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 4408 const AttributeList &PAL = CI->getAttributes(); printInstruction() local 4449 const AttributeList &PAL = II->getAttributes(); printInstruction() local 4492 const AttributeList &PAL = CBI->getAttributes(); printInstruction() local [all...] |
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6411 AttributeList PAL = parseFunctionHeader() local 7331 AttributeList PAL = parseInvoke() local 7644 AttributeList PAL = parseCallBr() local 8039 AttributeList PAL = parseCall() local
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 1500 const AttributeList &PAL = F->getAttributes(); emitFunctionParamList() local
|
H A D | NVPTXISelLowering.cpp | 3171 const AttributeList &PAL = F->getAttributes(); LowerFormalArguments() local
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5738 AttributeList PAL = getAttributes(Record[OpNum++]); parseFunctionBody() local 5828 AttributeList PAL = getAttributes(Record[OpNum++]); parseFunctionBody() local 6628 AttributeList PAL = getAttributes(Record[OpNum++]); parseFunctionBody() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 2154 llvm::AttributeList PAL; SetLLVMFunctionAttributes() local
|