Lines Matching refs:BlockName
3138 StringRef BlockName; in EmitX86BuiltinExpr() local
3144 BlockName = "aesenc128kl"; in EmitX86BuiltinExpr()
3148 BlockName = "aesdec128kl"; in EmitX86BuiltinExpr()
3152 BlockName = "aesenc256kl"; in EmitX86BuiltinExpr()
3156 BlockName = "aesdec256kl"; in EmitX86BuiltinExpr()
3163 createBasicBlock(BlockName + "_no_error", this->CurFn); in EmitX86BuiltinExpr()
3164 BasicBlock *Error = createBasicBlock(BlockName + "_error", this->CurFn); in EmitX86BuiltinExpr()
3165 BasicBlock *End = createBasicBlock(BlockName + "_end", this->CurFn); in EmitX86BuiltinExpr()
3189 StringRef BlockName; in EmitX86BuiltinExpr() local
3193 BlockName = "aesencwide128kl"; in EmitX86BuiltinExpr()
3197 BlockName = "aesdecwide128kl"; in EmitX86BuiltinExpr()
3201 BlockName = "aesencwide256kl"; in EmitX86BuiltinExpr()
3205 BlockName = "aesdecwide256kl"; in EmitX86BuiltinExpr()
3220 createBasicBlock(BlockName + "_no_error", this->CurFn); in EmitX86BuiltinExpr()
3221 BasicBlock *Error = createBasicBlock(BlockName + "_error", this->CurFn); in EmitX86BuiltinExpr()
3222 BasicBlock *End = createBasicBlock(BlockName + "_end", this->CurFn); in EmitX86BuiltinExpr()