Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h105 unsigned getAttributeID(AttributeSet PAL) const { in getAttributeID()
112 unsigned getAttributeGroupID(AttributeSet PAL) const { in getAttributeGroupID()
DValueEnumerator.cpp421 void ValueEnumerator::EnumerateAttributes(AttributeSet PAL) { in EnumerateAttributes()
/external/llvm/lib/IR/
DFunction.cpp282 AttributeSet PAL = getAttributes(); in addAttribute() local
288 AttributeSet PAL = getAttributes(); in addAttributes() local
294 AttributeSet PAL = getAttributes(); in removeAttributes() local
DAsmWriter.cpp1889 const AttributeSet &PAL = CI->getAttributes(); in printInstruction() local
1922 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.cpp1443 const AttributeSet PAL = Func->getAttributes(); in LLVMAddFunctionAttr() local
1466 const AttributeSet PAL = Func->getAttributes(); in LLVMRemoveFunctionAttr() local
1477 const AttributeSet PAL = Func->getAttributes(); in LLVMGetFunctionAttr() local
/external/llvm/lib/Transforms/IPO/
DPruneEH.cpp148 const AttributeSet &PAL = F->getAttributes().getFnAttributes(); in runOnSCC() local
DDeadArgumentElimination.cpp278 AttributeSet PAL = CS.getAttributes(); in DeleteDeadVarargs() local
724 const AttributeSet &PAL = F->getAttributes(); in RemoveDeadStuffFromFunction() local
DArgumentPromotion.cpp513 const AttributeSet &PAL = F->getAttributes(); in DoPromotion() local
/external/llvm/include/llvm/Support/
DCallSite.h182 void setAttributes(const AttributeSet &PAL) { in setAttributes()
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp101 const AttributeSet &PAL = MF.getFunction()->getAttributes(); in emitPrologue() local
/external/llvm/lib/AsmParser/
DLLParser.cpp3046 AttributeSet PAL = AttributeSet::get(Context, Attrs); in ParseFunctionHeader() local
3614 AttributeSet PAL = AttributeSet::get(Context, Attrs); in ParseInvoke() local
4020 AttributeSet PAL = AttributeSet::get(Context, Attrs); in ParseCall() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2596 AttributeSet PAL = getAttributes(Record[0]); in ParseFunctionBody() local
2861 AttributeSet PAL = getAttributes(Record[0]); in ParseFunctionBody() local
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp467 void CppWriter::printAttributes(const AttributeSet &PAL, in printAttributes()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1465 const AttributeSet &PAL = F->getAttributes(); in emitFunctionParamList() local
DNVPTXISelLowering.cpp1368 const AttributeSet &PAL = F->getAttributes(); in LowerFormalArguments() local
/external/clang/lib/CodeGen/
DCGCall.cpp994 AttributeListType &PAL, in ConstructAttributeList()