Lines Matching refs:BlockName
14834 StringRef BlockName; in EmitX86BuiltinExpr() local
14840 BlockName = "aesenc128kl"; in EmitX86BuiltinExpr()
14844 BlockName = "aesdec128kl"; in EmitX86BuiltinExpr()
14848 BlockName = "aesenc256kl"; in EmitX86BuiltinExpr()
14852 BlockName = "aesdec256kl"; in EmitX86BuiltinExpr()
14859 createBasicBlock(BlockName + "_no_error", this->CurFn); in EmitX86BuiltinExpr()
14860 BasicBlock *Error = createBasicBlock(BlockName + "_error", this->CurFn); in EmitX86BuiltinExpr()
14861 BasicBlock *End = createBasicBlock(BlockName + "_end", this->CurFn); in EmitX86BuiltinExpr()
14885 StringRef BlockName; in EmitX86BuiltinExpr() local
14889 BlockName = "aesencwide128kl"; in EmitX86BuiltinExpr()
14893 BlockName = "aesdecwide128kl"; in EmitX86BuiltinExpr()
14897 BlockName = "aesencwide256kl"; in EmitX86BuiltinExpr()
14901 BlockName = "aesdecwide256kl"; in EmitX86BuiltinExpr()
14916 createBasicBlock(BlockName + "_no_error", this->CurFn); in EmitX86BuiltinExpr()
14917 BasicBlock *Error = createBasicBlock(BlockName + "_error", this->CurFn); in EmitX86BuiltinExpr()
14918 BasicBlock *End = createBasicBlock(BlockName + "_end", this->CurFn); in EmitX86BuiltinExpr()