Searched defs:Disc (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64GlobalISelUtils.cpp | 100 Register AddrDisc = Disc; in extractPtrauthBlendDiscriminators() argument
|
H A D | AArch64InstructionSelector.cpp | 6627 uint64_t Disc = I.getOperand(4).getImm(); selectPtrAuthGlobalValue() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 1544 emitPtrauthDiscriminator(uint16_t Disc,unsigned AddrDisc,unsigned & InstsEmitted) emitPtrauthDiscriminator() argument 1590 uint64_t Disc = MI->getOperand(2).getImm(); emitPtrauthBranch() local 1652 uint64_t Disc = CPA.getDiscriminator()->getZExtValue(); lowerConstantPtrAuth() local 1669 const uint64_t Disc = MI.getOperand(3).getImm(); LowerLOADauthptrstatic() local 1723 const uint64_t Disc = MI.getOperand(3).getImm(); LowerMOVaddrPAC() local 2026 const uint64_t Disc = MI->getOperand(3).getImm(); emitInstruction() local [all...] |
H A D | AArch64ISelLowering.cpp | 342 extractPtrauthBlendDiscriminators(SDValue Disc,SelectionDAG * DAG) extractPtrauthBlendDiscriminators() argument [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 2047 get(Constant * Ptr,ConstantInt * Key,ConstantInt * Disc,Constant * AddrDisc) get() argument 2059 ConstantPtrAuth(Constant * Ptr,ConstantInt * Key,ConstantInt * Disc,Constant * AddrDisc) ConstantPtrAuth() argument
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 2678 Value *Disc = II->getArgOperand(2); visitCallInst() local
|
/llvm-project/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 1342 unsigned Disc; mangleNestedName() local
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 1584 auto *Disc = dyn_cast<ConstantInt>(ConstOps[2]); materializeValue() local
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 4105 Constant *Disc = nullptr, *AddrDisc = nullptr; parseValID() local
|