Searched defs:Disc (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64GlobalISelUtils.cpp | 100 AArch64GISelUtils::extractPtrauthBlendDiscriminators(Register Disc, in extractPtrauthBlendDiscriminators()
|
H A D | AArch64InstructionSelector.cpp | 6747 uint64_t Disc = I.getOperand(4).getImm(); in selectPtrAuthGlobalValue() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 1745 unsigned AArch64AsmPrinter::emitPtrauthDiscriminator(uint16_t Disc, in emitPtrauthDiscriminator() 2008 uint64_t Disc = MI->getOperand(2).getImm(); in emitPtrauthBranch() local 2077 uint64_t Disc = CPA.getDiscriminator()->getZExtValue(); in lowerConstantPtrAuth() local 2094 const uint64_t Disc = MI.getOperand(3).getImm(); in LowerLOADauthptrstatic() local 2159 const uint64_t Disc = MI.getOperand(3).getImm(); in LowerMOVaddrPAC() local 2481 const uint64_t Disc = MI->getOperand(3).getImm(); in emitInstruction() local
|
H A D | AArch64ISelDAGToDAG.cpp | 1488 extractPtrauthBlendDiscriminators(SDValue Disc, SelectionDAG *DAG) { in extractPtrauthBlendDiscriminators()
|
H A D | AArch64ISelLowering.cpp | 343 extractPtrauthBlendDiscriminators(SDValue Disc, SelectionDAG *DAG) { in extractPtrauthBlendDiscriminators() 10859 SDValue Disc = DAG.getTargetConstant(*BADisc, DL, MVT::i64); in LowerBRIND() local 10898 SDValue Disc = DAG.getTargetConstant(*BADisc, DL, MVT::i64); in LowerBlockAddress() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 2047 ConstantInt *Disc, Constant *AddrDisc) { in get() 2059 ConstantInt *Disc, Constant *AddrDisc) in ConstantPtrAuth()
|
H A D | Core.cpp | 1683 LLVMValueRef Disc, LLVMValueRef AddrDisc) { in LLVMConstantPtrAuth()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 2727 Value *Disc = II->getArgOperand(2); in visitCallInst() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 1343 unsigned Disc; in mangleNestedName() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 1584 auto *Disc = dyn_cast<ConstantInt>(ConstOps[2]); in materializeValue() local
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 4120 Constant *Disc = nullptr, *AddrDisc = nullptr; in parseValID() local
|