Home
last modified time | relevance | path

Searched defs:PAL (Results 1 – 17 of 17) sorted by relevance

/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h111 unsigned getAttributeID(AttributeSet PAL) const { in getAttributeID()
118 unsigned getAttributeGroupID(AttributeSet PAL) const { in getAttributeGroupID()
DValueEnumerator.cpp422 void ValueEnumerator::EnumerateAttributes(AttributeSet PAL) { in EnumerateAttributes()
/external/llvm/lib/IR/
DFunction.cpp308 AttributeSet PAL = getAttributes(); in addAttribute() local
314 AttributeSet PAL = getAttributes(); in addAttributes() local
320 AttributeSet PAL = getAttributes(); in removeAttributes() local
DAsmWriter.cpp1934 const AttributeSet &PAL = CI->getAttributes(); in printInstruction() local
1967 const AttributeSet &PAL = II->getAttributes(); in printInstruction() local
DInstructions.cpp335 AttributeSet PAL = getAttributes(); in addAttribute() local
341 AttributeSet PAL = getAttributes(); in removeAttribute() local
594 AttributeSet PAL = getAttributes(); in addAttribute() local
600 AttributeSet PAL = getAttributes(); in removeAttribute() local
DCore.cpp1583 const AttributeSet PAL = Func->getAttributes(); in LLVMAddFunctionAttr() local
1606 const AttributeSet PAL = Func->getAttributes(); in LLVMRemoveFunctionAttr() local
1617 const AttributeSet PAL = Func->getAttributes(); in LLVMGetFunctionAttr() local
/external/llvm/lib/Transforms/IPO/
DPruneEH.cpp149 const AttributeSet &PAL = F->getAttributes().getFnAttributes(); in runOnSCC() local
DDeadArgumentElimination.cpp244 AttributeSet PAL = CS.getAttributes(); in DeleteDeadVarargs() local
705 const AttributeSet &PAL = F->getAttributes(); in RemoveDeadStuffFromFunction() local
DArgumentPromotion.cpp526 const AttributeSet &PAL = F->getAttributes(); in DoPromotion() local
/external/llvm/include/llvm/IR/
DCallSite.h201 void setAttributes(const AttributeSet &PAL) { in setAttributes()
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp239 const AttributeSet &PAL = MF.getFunction()->getAttributes(); in emitPrologue() local
/external/llvm/lib/AsmParser/
DLLParser.cpp3235 AttributeSet PAL = AttributeSet::get(Context, Attrs); in ParseFunctionHeader() local
3808 AttributeSet PAL = AttributeSet::get(Context, Attrs); in ParseInvoke() local
4220 AttributeSet PAL = AttributeSet::get(Context, Attrs); in ParseCall() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2757 AttributeSet PAL = getAttributes(Record[0]); in ParseFunctionBody() local
3048 AttributeSet PAL = getAttributes(Record[0]); in ParseFunctionBody() local
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp474 void CppWriter::printAttributes(const AttributeSet &PAL, in printAttributes()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1784 const AttributeSet &PAL = F->getAttributes(); in emitFunctionParamList() local
DNVPTXISelLowering.cpp1634 const AttributeSet &PAL = F->getAttributes(); in LowerFormalArguments() local
/external/clang/lib/CodeGen/
DCGCall.cpp1067 AttributeListType &PAL, in ConstructAttributeList()