/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Lint.cpp | 228 AttributeList PAL = I.getAttributes(); visitCallBase() local 265 const AttributeList &PAL = CI->getAttributes(); visitCallBase() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILValueEnumerator.h | 174 unsigned getAttributeListID(AttributeList PAL) const { in getAttributeListID() argument
|
H A D | DXILValueEnumerator.cpp | 996 void ValueEnumerator::EnumerateAttributes(AttributeList PAL) { in EnumerateAttributes() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 192 AttributeList PAL = CB->getAttributes(); in deleteDeadVarargs() local 752 const AttributeList &PAL = F->getAttributes(); removeDeadStuffFromFunction() local [all...] |
H A D | ArgumentPromotion.cpp | 127 AttributeList PAL = F->getAttributes(); doPromotion() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.h | 175 unsigned getAttributeListID(AttributeList PAL) const { in getAttributeListID() argument
|
H A D | ValueEnumerator.cpp | 992 EnumerateAttributes(AttributeList PAL) EnumerateAttributes() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreFrameLowering.cpp | 240 if (PAL.hasAttrSomewhere(Attribute::Nest)) in emitPrologue() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 4315 const AttributeList &PAL = CI->getAttributes(); printInstruction() local 4356 const AttributeList &PAL = II->getAttributes(); printInstruction() local 4399 const AttributeList &PAL = CBI->getAttributes(); printInstruction() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 1492 const AttributeList &PAL = F->getAttributes(); emitFunctionParamList() local
|
H A D | NVPTXISelLowering.cpp | 3045 const AttributeList &PAL = F->getAttributes(); LowerFormalArguments() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6144 AttributeList PAL = parseFunctionHeader() local 6918 AttributeList PAL = parseInvoke() local 7231 AttributeList PAL = parseCallBr() local 7626 AttributeList PAL = parseCall() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5560 AttributeList PAL = getAttributes(Record[OpNum++]); parseFunctionBody() local 5650 AttributeList PAL = getAttributes(Record[OpNum++]); parseFunctionBody() local 6362 AttributeList PAL = getAttributes(Record[OpNum++]); parseFunctionBody() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 2138 llvm::AttributeList PAL; SetLLVMFunctionAttributes() local
|